DBAVisual Studio 2005ADO.NET.NET 2.0SQL Server 2005IntermediateDevVisual StudioSQL ServerSQLWindows.NETC#
Using Query Notifications in .NET 2.0 to handle ad-hoc data refreshes






4.62/5 (22 votes)
Feb 2, 2006
2 min read

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.