Service Broker Or SqlDependency in SqlLocalDb?

别来无恙 提交于 2019-12-12 11:01:32

问题


Is SqlDependency supported in SqlLocalDb? If yes how to enable it?


回答1:


Answering the question about Service Broker in your subject.

Service Broker should work fine in LocalDB, but only local queues are available. Remote queues won't work, in either direction (in fact Service Broker queues are bi-directional, so there's no incoming/outgoing queue distinction).




回答2:


I dont know exactly but may be below link can be useful for you:

http://msdn.microsoft.com/en-us/library/bb934450.aspx



来源:https://stackoverflow.com/questions/14023039/service-broker-or-sqldependency-in-sqllocaldb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!