IsNemoEqualTrue / monitor-table-change-with-sqltabledependency

Get SQL Server notification on record table change
MIT License
655 stars 177 forks source link

I cannot find a database table named "Table name" #235

Open sharmaashish52 opened 3 years ago

sharmaashish52 commented 3 years ago

Hi, I am trying to set a notification if there is a new entry in the service broker queue. I am using the schema name 'dbo' for the queue. But when I start listening to the queue table I get an error saying "I cannot find a database table named 'ServiceBrokerQueueTable'Name". Instead of listening to the actual table I just wanted to listen to the service broker queue table. I am not sure if it's possible to listen to the queue table so can you please help me with this issue? Thank you