Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > sql server notification services > march 2005

SQLProvider
Posted by Mike Read at 3/31/2005 3:47:25 PM
I am developing my first Notification Services Application. I am using the book Microsoft SQL Server 2000 Notifications Services by Shyam Pather for my guidance in this first application. My application has 6 events that would fire a notification. Each subscriber could be affected by one or...more >>


Install error on .NET Framework 1.1
Posted by Ian Lawton at 3/30/2005 1:20:22 PM
Hi, Im sure Ive had this problem before but cant remember how to fix it. How do you get around the problem where NS wont install if you have .NET 1.1 installed? Thanks Ian...more >>

Accessing Notification Services using a remote client application
Posted by jplankala at 3/24/2005 7:27:04 AM
Hi I have a Notification service created and running on a remote server. I have a windows application for managing the subscriptions. I want to have this windows subscription application installed on different client machines for the different users. All the Client machines should acess t...more >>

Data file used event exist ??
Posted by andrea favero at 3/24/2005 7:17:06 AM
For transaction log esixt "Log File(s) Used Size (KB)" or "Percent Log Used" events. Exists the same events for datafiles ?? Thanks ...more >>

executed an alter proc on database
Posted by miriam healy at 3/22/2005 11:17:53 AM
Out of interest, I have had the following happen and wondered if anyone had an explanation for the strange result: I executed an 'Alter Proc' against one of the FireRule stored procedures in a SNS database. This stored procedure was an event rule. After executing the 'Alter Proc' in S...more >>

Custom Delivery Protocol
Posted by Balaji Ramachandran at 3/22/2005 3:31:02 AM
Hi, I am developing a custom delivery protocol to send email notification with attachment. When I submit an event, the notification is generated. But the email delivery is failed. I am getting the following error message in the event log. Event Type: Error Event Source: Notificati...more >>

Error while initialising Custom Event Provider
Posted by jplankala at 3/21/2005 8:07:03 AM
I am trying to use a custom hosted event provider.I have implemeted all the methods of the interface "IScheduledEventProvider " in the new Provider. When I try to start the service it is failing to initialise the Provider. The error log is given belowplease. Please help me to resolve this. ...more >>

Unable to read eMail message which is generated by XSLT
Posted by Marco at 3/18/2005 9:45:19 PM
Hi, eMail Messages generated with xslt are not readable. It creates html output but we only get cryptic html. we think there is a problem with the character set. can anyone help us? thanks lot, Marco ...more >>



Invoking SP or .NET DLL from Notification services
Posted by jplankala at 3/18/2005 8:43:09 AM
Most of my business knowledge for generating Notification conditions are currently residing on .NET components and SQL stored procedures. I would like to reuse it for the SQL notification services. is there any way to incorporate the Stored procedure calls or .NET component calls in the Ac...more >>

Create Subscription from Remote Machine w/COM?
Posted by MarkSW at 3/17/2005 11:13:04 AM
I need to insert subscriptions into an NS application on an app server from an ASP application on a Web server. The documentation describes deployment of ASP.NET remote machine Subscriptiont management app., but not COM-based app. from ASP, etc. Does the same deployment scenario apply? If no...more >>

Stock Example
Posted by R.Balaji at 3/16/2005 1:41:08 AM
Hi, When I add a subscription, I am getting the following error in the stock example. Cannot add subscription: Specified argument was out of the range of valid values. Parameter name: subscriptionClassName . I am able to run the Realtor, Weather samples. Any idea what could be the ...more >>

Unable to run Notification services.
Posted by jplankala at 3/15/2005 5:59:05 AM
Whenever I try to run the Notification services from, the services is getting stopped immediatley after getting started. The error message I am geting is "The XYZ Service on Local Computer started and stopped. Some Services stop automatically if they have no work to do, for example, The p...more >>

ScheduleRecurrence/Start Questions
Posted by MarkSW at 3/14/2005 1:49:04 PM
My requirements are for a set of Subscribers to recieve notifications at a set time each day. But the ScheduledRule model as presented in NS BOL and examples doesn't work because it uses a model of a chronicle table periodically (presumably) populated by an EP in a manner disconnected from ...more >>

Need help with stored procedure.
Posted by Vanessa Lee at 3/13/2005 7:29:42 PM
Hi, I am using SQL Server 2000 on Windows 2000 server. Here is my problem: @String = 'word1word2word3word4word5' - This value is passed to Stored Procedure from the script. Column1 in a table1 has many rows with "words" . One row in this column1 will have 'word3'. Notice that this 'word3' i...more >>

Error 1053 Trying to start NS Service
Posted by Charles at 3/10/2005 4:24:58 PM
I am working through the example in the "A First Look at SQL Server 2005 for Developers" book, chapter 16. I have an instance called DBSERVER2005, and when I try to start the NS$DBSERVER2005 service, I get Error 1053 = The service did not respond to the start or control request in a timel...more >>

NS CPU high usage
Posted by masoud bayan at 3/9/2005 1:34:54 PM
I have a notification services application that works on fine on different boxes, but recently on two boxes when I turn NS instance service on, CPU usage is getting around 90%, while these boxes have 1GB memory and P4 CPU. I ran sql profiler and found that sp_resest_connection is being call...more >>

Notification Services Performance
Posted by joearnone NO[at]SPAM hotmail.com at 3/8/2005 7:42:09 AM
Two Questions; 1) Are there any differences between MS Notification Services that will ship w/ SQL2005 as opposed to notification services that is available for SQL2K? 2) I'm interested to know the kind of performance, reliability and maximum throughput that can be expected in the current i...more >>

What’s the best way to seperate DB from OLTP DB for NS?
Posted by wqdeng at 3/7/2005 6:06:39 PM
I need get data from source OLTP DB for NS DB. Putting NS DB and OLTP DB on the same server will decrease performance too much which Microsoft doesn’t suggest also. What’s the best way to seperate DB from OLTP DB for NS, linked server, replication or anything else? Hope someone can help me on it...more >>

LCS2005 and SQL NS
Posted by Larry Hofmann at 3/4/2005 4:29:10 PM
I read in a MS chat session (http://www.microsoft.com/technet/community/chats/trans/office/off0908.mspx) that it is possible to send broadcast messages when used in conjunction with SQL NS. Does anyone actually know how to do this? Set it up? Any documentation to follow? Thanx...more >>

changing domain or sql accounts/passwords
Posted by sidgam NO[at]SPAM hotmail-dot-com.no-spam.invalid at 3/4/2005 1:07:05 AM
Hello I was wondering what the steps would be if you needed to change th domain account/password under which the windows service runs or th db accounts using which the windows service accesses the dbs Would I need to do a nscontron register Please help ...more >>

Changing Event Class schema
Posted by sidgam NO[at]SPAM hotmail-dot-com.no-spam.invalid at 3/4/2005 1:07:05 AM
Hello I would like to know how I can change the event class schema withou loosing the events that have not been proccessed yet by futur scheduled subscriptions I.e: Event 1 (arriave at 6pm Event 2 (arrives at 7:10pm Subscription 1 is scheduled for 7p Subscription 2 is scheduled for 9p If...more >>

sysreplicationalerts
Posted by ishaan99 via SQLMonster.com at 3/3/2005 9:11:21 PM
I have a procedure which is used to notify some users if a replication job failed. The way i am doing is querying on sysreplicationalert table for a given date and use xp_sendmail to notify users. since i am using a dynamic sql when getting the alert_error_text from the above table if there is a...more >>

mail subject
Posted by Mostafa Salama at 3/3/2005 1:43:06 AM
can i change the mail suibject according to the data in the notification table <NotificationClass> <NotificationClassName>InstantMessageEmailNotifications</NotificationClassName> <Schema> <Fields> <Field> <FieldName>MessageBody</FieldName> <FieldType>nvarchar(4000)</FieldType> </Field>...more >>

sql job failure
Posted by ishaan99 via SQLMonster.com at 3/1/2005 8:42:34 PM
Is there a way to check if any sql job failed on any server? Lets say we have 5 servers and of which 1 job failed on 2 servers. I am looking for some script that gives me details of servername followed by job name that failed on each server. Thanks -- Message posted via http://www.sqlmonst...more >>

CDO Send method freezes
Posted by Meher at 3/1/2005 9:53:02 AM
Hi, I am not sure which news group to post this problem. This happens on a SQL Server system but the problem might be exchange. Anyway the problem is as follows: I have a CDO stored procedure which is exactly the same on two SQL Servers both running SQL Server 2000 on Windows 2003 OS. On...more >>

service?
Posted by wilco at 3/1/2005 7:49:16 AM
How to see if the service is running? (management console?)...more >>


DevelopmentNow Blog