Service Broker Applicatioin
I'm designing an application that will be reading messages from an SQL Queue. This is a requirement. I must use their queue. The problem is how to read their queue. I would like to use it just like an...
View ArticlePDF Export = System.DllNotFoundException: Unable to load DLL 'T2Embed':...
Hello, I am using the ReportViewer over asp.net pages on a web hosting service. I am generating the reports independently of the 'Sql Reporting Services' windows service. In fact I have 'Sql Report...
View ArticleExternal Activation: Using SQL server service broker from a ASP.NET MVC...
Hello,I have the following requirement from an asp.net mvc application.User has the option to print , which will execute a print to different formats. I want to make the print process asynchronous.For...
View ArticleHow to "drainstop" a service broker queue
Is there a way to "drainstop" a service broker queue (i.e., allow messages currently in the queue to be processed, but not allow any new messages to be put in the queue)?We have an OLTP applicaiton...
View ArticleSqlDependency losing subscription after upgraded to .NET4.5
My service which uses SqlDependency to receive notification for table changes has been working fine on .NET4. However since I upgraded to .NET4.5, it starts to lose subscription over time, especially...
View ArticleDrop default constraint on a table function
I need to drop some default constraints that appear to be tied to table functions (and not actual tables). This means when I try the ALTER TABLE DROP CONSTRAINT command it fails with the error,...
View ArticleCould not start Service Broker for database
Problem: Could not start Service Broker for database id: 9. A problem is preventing SQL Server from starting Service Broker. Check the SQL Server error log for additional messages. The windows and...
View ArticleCould not start Service Broker for database id
I am getting this message in the SQL Server error log: Could not start Service Broker for database id: 10. A problem is preventing SQL Server from starting Service Broker. Check the SQL Server error...
View ArticleBehaviour of Service Broker during clustered SQL Server failover
Hi, I have 3 instances of SQL Server 2005 hosted on a 3-node cluster, using Polyserve clustering. Each instance is nominally hosted on its own node in the cluster.I have configured Service Broker to...
View ArticleClosed status sys.conversation_endpoints not being automatically purged
Is there any reason why conversation_endpoints in a Closed status are not automatically purged? Both the initiator and receiver are issuing END CONVERSATION requests resulting in a Closed status....
View ArticleWhat is Service Broker is used (or supposed to be used) for?
When Service Broker was introduced in 2005 I tried some simple "Hello World" examples which were supplied in order to demonstrate its ability to send messages from one session to another. I didn't need...
View ArticleService Broker, I need some help plz!!
Hi,I have a service that uses sqlnotificationRequest, it works kinda alright, it received messages from sql on a particular table.Okay, I copied that majority of code for another service and this one...
View ArticleRecords stuck in Queues
We are developing an application that will use Service Broker for message delivery. Everything seems to be working correctly, but during development we experienced multiple instances where messages got...
View ArticleTransaction (Process ID 112) was deadlocked on lock resources
i got a error when i run the ssis,how to fix it.Transaction (Process ID 112) was deadlocked on lock resources with another pr ocess and has been chosen as the deadlock victim
View ArticleInternal Activation Questions
Hi All,First time, I setup Internal Activation for two stored procedures. One, inserts one or more records , the other, updates one or more records in the same table. So, I have two initiator, two...
View ArticleService Broker and linked server stored procedures
Dear netters,I have a stored procedure LoadData that is responsible for loading data from one table to another. Procedure calls for logging of errors/instrumentation regardless of whether the load is...
View ArticleAccess Service Broker Views
Hello,Going through the various views in to the world of Service Broker, I appear to be able to view records in all of them except sys.transmission_queue. If I run the following query:select * from...
View Articlebegin conversation timer (@h) timeout =..
From examples I found concerning begin conversation timer and tried by myself I concluded the following:In the code which initiate the conversation - it will define the time of delay till the...
View ArticleThe server principal "sa" is not able to access the database under the...
I'm working with SQL Server 2012 Express. I'm using Service Broker to run a stored procedure asynchronously. The activation procedure has to access another database to execute another stored procedure....
View ArticleImpact of ALTER DATABASE GPx SET NEW_BROKER WITH ROLLBACK IMMEDIATE in...
System Configuration :OS : Windows 2003 latest SPSQL Server : Standard Edition, SP2Microsoft SQL Server 2005 - 9.00.3042.00 (Intel X86) Feb 9 2007 22:47:07...
View Article