SQL Server Service Broker is a messaging framework built into SQL Server.
I am getting a permission error when trying to send a message from my database. I enamble the proker service: …
sql-server service-brokerIs there a .NET API or object model for using SQL Server Service Broker?
.net sql-server service-brokerWe recently identified a problem with one of our databases where as a result of a 'fire & forget' setup (…
sql-server sql-server-2008 service service-brokerI'm trying to get the SqlDependency object to give me notifications, but so far I'm not able to get it …
c# sql service-broker sqldependencyI have a service broker which calls a stores procedure sp_dequeue queue --> ACTIVATION ( STATUS = ON, MAX_QUEUE_…
sql-server-2005 linked-server service-brokerI've used the following code to set up deadlock monitoring: http://weblogs.sqlteam.com/mladenp/archive/2008/07/18/Immediate-deadlock-notifications-without-changing-existing-code.aspx and it …
sql-server sql-server-2005 service-brokerI'm a Sql Server Service Broker novice and I'm trying to grasp the best way to set Service Broker up …
sql-server queue service-broker