RRinTetons
IS-IT--Management
SQL Server 2008 R2 64-bit
I need to enable Service Broker in MSDB in order to get Database Mail working. When I try it through SSMS as part of configuring Database Mail SSMS freezes and has to be forced to quit. When I try it via t-sql with
it executes but doesn't complete in as long as 8 hours. I can cancel query execution and everything seems normal.
How can I start to determine what is preventing this from working?
-
Richard Ray
Jackson Hole Mountain Resort
I need to enable Service Broker in MSDB in order to get Database Mail working. When I try it through SSMS as part of configuring Database Mail SSMS freezes and has to be forced to quit. When I try it via t-sql with
Code:
use master
go
ALTER DATABASE [msdb] SET ENABLE_BROKER;
go
it executes but doesn't complete in as long as 8 hours. I can cancel query execution and everything seems normal.
How can I start to determine what is preventing this from working?
-
Richard Ray
Jackson Hole Mountain Resort