65.9K
CodeProject is changing. Read more.
Home

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

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.62/5 (22 votes)

Feb 2, 2006

2 min read

viewsIcon

96797

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.