Click here to Skip to main content
15,886,795 members
Articles / Database Development / SQL Server

Using Query Notifications in .NET 2.0 to handle ad-hoc data refreshes

Rate me:
Please Sign up or sign in to vote.
4.62/5 (25 votes)
1 Feb 20062 min read 94.9K   80  
Query Notification in SQL Server 2005 solves the problem of having to maintain a polling database to get the updated data. The new notification service of SQL Server 2005 can perform this amazing task of notifying a .NET code when any DML operations are performed to a specified table.

Views

Daily Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions