Search code examples
sqlsqlcommandservice-brokersqldependency

start two SqlDependency on same sqlconnection but different sql commands


I build some service that on start open two threads, each one start SqlDependency with same sql connection but the command its different.

Its possible? its seems to working, but after some will when the on change event need wake up its doesnt.

Thanks.


Solution

  • Yes. You can submit any number of SqlCommands to be notified, with same or different SQL text (query), on one more many SqlConnection objects.