April 15, 2019 at 12:00 am
Comments posted to this topic are about the item Service Broker Part 1: Service Broker Basics
October 14, 2019 at 4:41 pm
Is there anyway to get the figures loaded back onto the article. It appears that where you're pulling the figures from, the links are all broken and I can't see what your figures are.
November 6, 2020 at 9:18 pm
Great article series. Much of the documentation is overly confusing but this is a great tutorial.
The first script that creates the database doesn't enable the service broker so the exercise stops working. To enable it, just add the following:
ALTER DATABASE HelloWorldServiceBroker SET DISABLE_BROKER WITH ROLLBACK IMMEDIATE
go
ALTER DATABASE HelloWorldServiceBroker SET NEW_BROKER WITH ROLLBACK IMMEDIATE
GO
ALTER DATABASE HelloWorldServiceBroker SET ENABLE_BROKER WITH ROLLBACK IMMEDIATE
GO
November 18, 2020 at 3:46 pm
I agree... Some of the figures (images) are missing. Can they get re-linked.
Otherwise.... great information!!
July 20, 2023 at 7:11 pm
This does not throw any errors but I end up with no messages in the Queues. Let me know if this gets updated please.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply