Is there something like the FileSystemWatcher for Sql Server Tables?

前端 未结 5 499
广开言路
广开言路 2021-01-13 13:36

i would like my windows service (to be written in .NET) to recognize when new rows are added to a specific table, but instead of pulling the data from the sql-server i would

5条回答
  •  青春惊慌失措
    2021-01-13 14:39

    You could use a trigger with a webservice call from the database. But I have no idea how bad (if any) impact will be against the database.

提交回复
热议问题