I am creating an application with Sql cached dependency.
For this i enabled the broker by
Alter database test ENABLE_BROKER
After i add two new tables to the database.
But i found that i am not able to get any notification services for the new tables that i added.
Even i use
Alter datatbase test New_Broker
THis command keeps on running so i cancel it without any success.
Can you please specify what i am missing
Any help is apprciated