SqlDependency,它是如何工作的?
使用SqlDependency,我们不需要使用计时器来检查数据是否更改。
然而它是如何运作的呢?如果数据改变了,sql server 会通知我们,对吗?
如果我们有一个与 2 个表相关的查询:TabA 和 TabB,数据库中有 100 个表。当TabA或TabB中的数据发生更改时,sql服务器会通知我们。但是如果TabC中的数据改变了,sql server会通知我们吗?
Using SqlDependency, we no need to use a timer to check if data is changed.
However how does it work? If the data changed, the sql server notify us, right?
If we have a query related to 2 tables: TabA and TabB in a database which contains 100 tables. When the data in TabA or TabB is changed, the sql server notify us. However if the data in TabC is changed, will the sql server notify us?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您不会收到有关 TabC 更改的通知。
引用自使用 SqlDependency (ADO.NET) 检测更改
I don't think you will get notified of changes to TabC.
Quote from Detecting Changes with SqlDependency (ADO.NET)