November 19, 2008 at 10:01 pm
This has actually worked for me... have you done "alter database [database name] set enable_broker"?
Kingshuk
November 20, 2008 at 7:47 am
kingshukbagchi (11/19/2008)
This has actually worked for me... have you done "alter database [database name] set enable_broker"?Kingshuk
yes
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
February 25, 2009 at 5:23 am
Excellent Article,
I am new to service broker topic, I copied the sample script which you explained in your article. That is not working for me. I send a 'Hello world message. I can't see the message in the queue. Can you confirm is any set up needs to do before running this script?
July 14, 2009 at 8:53 pm
Seems like the code did not work for me at first either. as the earlier posts suggested, i enabled the service broker, and then created a master DB key for my DB.
sys.transmission_queue had the following message:
"The session keys for this conversation could not be created or accessed. The database master key is required for this operation."
I then issued this:
CREATE MASTER KEY ENCRYPTION BY PASSWORD = ''
re-ran the code sample as presented in the article, and it worked.
The WITH ENCRYPTION=OFF should have also worked as another poster suggested.
Steve
October 5, 2010 at 2:52 am
You dont need loop thru..instead u can use an activation sp.
Viewing 5 posts - 31 through 34 (of 34 total)
You must be logged in to reply to this topic. Login to reply