I want to listen for changes to data in a SQL Server database from C#. I was hoping that there would be some sort of listener which I could use to determine if data that I h
You're looking for the SqlDependency class, which allows you to listen for changes to the resultset of a SQL query.