How do I listen for SQL Server database changes(如何侦听 SQL Server 数据库更改)
问题描述
使用 .Net 4.0 和 SQL Server 2008 R2
Using .Net 4.0 and SQL Server 2008 R2
我一直在研究利用 SqlDependency/SqlNotifications 来监控一些数据库结构.将 SqlDependency/SqlNotifications 与 SQL Server 服务代理一起使用的最佳过程/实践是什么?
I have been looking into utilizing SqlDependency / SqlNotifications for monitoring some database structures. Is the best process / practice for this to utilize the SqlDependency / SqlNotifications with SQL Server Service broker?
人们是否使用其他方法来完成类似的任务?我总是可以轮询更改,但我宁愿不必这样做.另一方面,我也不想在我们现有的环境中引入复杂的场景.
Are folks using other methods to accomplish a similar task? I could always poll for changes, but I would rather not have to do that. On the other hand I don't want to introduce a complex scenario into our existing environment either.
编辑(可能的选项):
- SqlDependency
- Service Broker 外部激活
推荐答案
查看事件通知:
http://msdn.microsoft.com/en-us/library/ms175854.aspx
这篇关于如何侦听 SQL Server 数据库更改的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何侦听 SQL Server 数据库更改


- 如何用自己压缩一个 IEnumerable 2022-01-01
- 输入按键事件处理程序 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01