开发者

SqlDependancy does not work

开发者 https://www.devze.com 2022-12-16 02:04 出处:网络
I am trying to create a SQL开发者_Go百科Dependency for enterprise library, there is something strange that onChange event never fired.

I am trying to create a SQL开发者_Go百科Dependency for enterprise library, there is something strange that onChange event never fired.

For SQLServer2005:

Service Broker is enabled.

CLR integration is enabled.

The query is a simple select statement on user defined table, the query is wrapped in sproc.

I have been told that I should find the notification status in sys.transmission_queue table, but it is empty, it seems that no notifications were made.

What is chances?

Thanks


SELECT * is not allowed change it to SELECT COL1, COL2, COL3.

0

精彩评论

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