5

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

Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
Siddharood
  • 908
  • 1
  • 12
  • 24

2 Answers2

2

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).

Krzysztof Kozielczyk
  • 5,887
  • 37
  • 28
0

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

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

Stack User
  • 1,378
  • 5
  • 19
  • 40