开发者

How do I debug Query Notifications on SQL Server?

开发者 https://www.devze.com 2023-01-18 11:26 出处:网络
I am trying to get query notifications to work, but my application is not receiving any notifications. How do I debug Query Notifications?

I am trying to get query notifications to work, but my application is not receiving any notifications. How do I debug Query Notifications?

I am using the code availble here http://www.codeproject.com/KB/database/chatter.aspx. I c开发者_运维百科an see that the queues, the services and the stored procedures are being created on the server, but the OnChange event on my SqlDependency object is not being fired.

Can I somehow track the notifications?


See The Mysterious Notification, the troubleshooting tips section.

0

上一篇:

:下一篇

精彩评论

暂无评论...
验证码 换一张
取 消