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 > august 2006

[LOG] Cyclical forwarding detected for event 17177
Posted by Fred Witless at 8/30/2006 11:55:01 AM
Under SQL Server 2005 Standard SP1 Each day between 12:00 AM and 12:01 AM, receive error in SQL Agent log: "Date 8/22/2006 12:00:59 AM Log SQL Agent (Archive #8 - 8/27/2006 4:07:00 PM) Message [LOG] Cyclical forwarding detected for event 17177: Event source was 'SERVER' which matches...more >>

Deployment Strategy Issue
Posted by RDV at 8/30/2006 5:10:42 AM
One deployment strategy is to have the SQLNS instance service (NS$) and event providers running on one server (A) and the database on another server (B). My questions are: 1) How should SQLNS behave when servers A and B are rebooted? My experience is that if Server A comes up first and can't...more >>

Error while running notification services
Posted by Lakshmi Narayana Pabbati at 8/29/2006 6:29:01 AM
I have two databases with same strucutres. I am able run the notification services for one istance and it is not working for second instance of database. First database have 50,000 Records and the second database have 75,000 records. Please help to solve this error. Thanks in advance. Er...more >>

notification services -
Posted by Tulasi at 8/29/2006 6:21:02 AM
Hello, I am getting this error while running notification services Message: 4120: The number of events in this quantum is greater than the throttle specified for events. Some of the event and subscription views could not be materialized. </Description> ...more >>

Interesting issue happening in a 80 to 90 converted DB
Posted by SSirica at 8/28/2006 6:39:37 PM
Let me layout the scenario. I'm writing a windows service that will monitor a a SQL Database via SQL Query Notification Service. Nothing out of the ordinary there. All that is working fine. Here where it gets interesting. I'm running SQL Server 2005. Most of the database have been upgraded f...more >>

What is the best way to implement a 1 time match for a Subscription?
Posted by Keith Varga at 8/21/2006 4:12:45 PM
I would like to create a subscription that once a Notification is generated for the subscription it becomes disabled. If there a way to do this automatically? If not, any recommendations? FYI.. We do have our own custom formatter and delivery protocol/channel. It might be possible to di...more >>

ScheduleStartTime Equivalent in ADF File?
Posted by Danny Ravid at 8/21/2006 1:55:02 AM
i am looking on some demos in shyam pathar book on NS 2005 and i look at the SubscribtionLoader C# code and i see it sets the ScheduleStartTime property ,i did not find any corresponding setting in the ADF file ,is it possible to set this option only from NMO? -- Danny Ravid Ness Technol...more >>

Consuming Notifications
Posted by dev648237923 at 8/17/2006 4:26:25 PM
I tried the samples (especially Newsletter sample) and I see how to get notifications to go via e-mail or to a file. What I am wondering is how to get an application to listen for them and consume them. For example, I have a windows forms app in C# that show my current invnetory and prices -...more >>



Clarification on Values in AppADF.xml File
Posted by Pete Zerger at 8/14/2006 2:32:04 PM
Folks, I have read the SQL Notification Services Documentation, but as I am a novice with SQL NS, I was hoping for clarification on a couple of application settings. I am using an app written for SQL 2000 NS (it's called the Notification Workflow Solution Accelerator). I a few mostly yes/n...more >>

Multiple Subscriptions to the Same Field Type
Posted by Isadore Schwartz at 8/14/2006 1:19:01 PM
Hi all, I am looking at an application configuration that requires me to manage data for multiple clients as a single manager. Basically, I can have any number of clients I am responsible for (say 20), and I need to be able to retrieve any updates to data regarding those clients as it comes...more >>

SQL 2k5 notification service won't start after SP1
Posted by InvalidLastName at 8/13/2006 2:43:16 PM
We have a SQL 2k5 notification service application, which is running on = Windows 2003 server, couldn't start after we applied the SQL 2k5 sp1. = Opened the even viewer, there wasn't any entry found in the logs related = to service failure. The server is located in our internal network, which = ...more >>

Trigger Stored Proc on Delete from Subscription Class Table
Posted by RDV at 8/11/2006 8:02:09 AM
Is it proper to create a trigger on delete stored procedure on the NS subscription table to cleanup any chronicle tables that I have created for my application ? When a subscription is deleted, I want to purge data from some chronicle tables for that subscription id. If not, does anyone hav...more >>

Event Chronicles and Rules
Posted by Isadore Schwartz at 8/10/2006 6:48:01 AM
Hi all, I am attempting to create a simple event chronicle that stores the last run time, per the example in Shyam's most recent book regarding SQL 2005. The below snippet is an example of what I have for this chronicle and rule specifically. EventChronicle resultsChronicle = new EventC...more >>

Problem debugging in Visual Studio 2005 and SQL Server 2005
Posted by David at 8/8/2006 1:10:13 PM
Is an explanation available for why one might get the following error when starting an instance using the command line: nsservice InstanceName -a Microsoft SQL Server Notification Services service executable 9.0.242.0 c Microsoft Corp. All rights reserved. Running NS$MyInstance as an appl...more >>

Delivery Channels and Protocols
Posted by Isadore Schwartz at 8/8/2006 6:06:02 AM
Hi all, If I have a subscriber set up to look for updates to medical records via a client application that is running on their machine, is there a delivery format that will allow me to send a notification directly back to the client assembly that contains the client subscriber that is subsc...more >>

Flight Sample Debate
Posted by Bishoy George at 8/7/2006 2:16:28 AM
Hi All, I found the Flight Sample Description at http://msdn2.microsoft.com/en-us/library/ms160946(d=ide).aspx . I installed the file SQLServerSamples.msi which is in C:\Program Files\Microsoft SQL Server\90\Tools\Samples by default. I followed the steps strictly. Every thin...more >>

Examples Study Source
Posted by Bishoy George at 8/6/2006 12:00:00 AM
Hi All, I read some theoretical explanation of notification services. I want to find a source for notification services that has examples of how to implement notification services from A to Z. Thank you in advance. Bishoy ...more >>

Service Broker and SQL Server Express
Posted by rearle NO[at]SPAM grintek.com at 8/3/2006 1:09:48 AM
Hi there. I did search the web for the following question but could not find a clear answer maybe some one can point me in the right direction. I downloaded a sample for service broker and set it up between two SQL Servers and it works just fine. I then recreated the sample between SQL serv...more >>


DevelopmentNow Blog