C#/SQL Database listener

后端 未结 6 1080
挽巷
挽巷 2020-12-10 13:14

I have a requirement to monitor the Database rows continuously to check for the Changes(updates). If there are some changes or updates from the other sources the Event shoul

6条回答
  •  庸人自扰
    2020-12-10 13:39

    Why don't you use SQL Server Notification service? I think that's the exact thing you are looking for. Go through the documentation of notification services and see if that fits your requirement.

提交回复
热议问题