Implementing SQL Server 2005 Query Notifications in C# Windows Application
Posted by rodolfo_panganiban on 26 September, 2009
No comments yet
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…


