Hi,
I am using Notification service for one of the application. To set the broker i am using the following TSQL
ALTER DATABASE [DBName] SET ENABLE_BROKER WITH ROLLBACK AFTER 5 SECONDS
GO
This works fine. Issue is after this if i create any new database on the same server, broker is automatically set enabled for it. i was wondering Is this the expected behaviour of SQL Broker ?
Is there a way to stop this???
Thanks
Start Free Trial