SQL Server Database Change Listener C#

前端 未结 5 732
灰色年华
灰色年华 2020-12-01 09:40

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

5条回答
  •  一生所求
    2020-12-01 10:05

    I've never used them before, but have you tried SQL Server Events notifications? See this article: Getting Started with SQL Server Event Notifications

提交回复
热议问题