Posts Tagged ‘Implementing SQL Server 2005 Query Notifications in C# Windows Application’


Implementing SQL Server 2005 Query Notifications in C# Windows Application

This item was filled under [ MISC. ]

Query notification is a feature included in Microsoft SQL Server 2005 that allows applications to be notified when data has changed. It is mainly used for applications that stores cache of data from a database and get refreshed and notified in the client application everytime the data changes in the database. Continue reading…