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
I've never used them before, but have you tried SQL Server Events notifications? See this article: Getting Started with SQL Server Event Notifications