Quantcast
Browsing all 461 articles
Browse latest View live

Is there any example code to send a message from Service Broker to ActiveMQ?

I would appreciate any links or discussion on this. I have found a number of similar questions but no definitive answer that it can be done. There is a .NET interface to ActiveMQ so maybe the answer is...

View Article


Message with the timer

I'm calling stored procedure asynch with timer:DECLARE @DialogHandle UNIQUEIDENTIFIER, @RequestMessage NVARCHAR(255); BEGIN dialog CONVERSATION @DialogHandle FROM SERVICE [SAStockIncreaseService] TO...

View Article


Send multiple messages to service in parallel

Hi all,I have a simple piece of code that sends a single message to a service, which is then "connected" to a queue, and this queue has an associated stored procedure.A code example:SET...

View Article

Questions about SQLDependency

I am trying setup SQL dependency on local machine using SQL express, and i have following questions1>Does SQL dependency works with SQLExpress or do i need full SQL Server?2>On local machine, The...

View Article

SQL dependency OnChange event constantly when using a specific database on...

HelloI did some prototype dev using a new db I created on our dev SQL server instance and OnChange events only when the underlying data was changed. I tried the same thing with another database on the...

View Article


Could not obtain information about Windows NT group/user .......error code...

== I asked this question directly to Remus and wanted to share the response to all of those people using this forum ==We recently moved our database server from SQL Server 2000 to SQL Server 2005. All...

View Article

How to change the system message text

I added a database role that restricts a user EXECUTE access to certain stored procedures. The database is connected to UI written in .NET. When a user with the restricted role clicks the corresponding...

View Article

Resend notification to BizTalk.

Hi, We use query notification to receive notifications from SQL Server 2008 R2 to BizTalk 2010. Sometimes the notification fails and BTS doesn't receive any notification. In SQL Server Log we get this...

View Article


Conversation group id question

HII have an example ( see below ).I expect to have all messages sent using this code to have the same group id but they are all different. what I am doing wrong?Leonid.DECLARE @conversationHandle...

View Article


Service Broker Activation "Hung"

Hello all,<o:p></o:p>We have an issue in our production environment where the activation procedure (internal activation) is not firing in the target Queue. We have been using Service Broker...

View Article

Cannot start SQL Server Service (SQLEXPRESS).

Cannot start SQL Server (SQLEXPRESS). When i tried to start the SQL Server Services, the warning: This request failed or the service did not respond in a timely fashion. Consult the event log or other...

View Article

Message between databases on the same server is not working.... The message...

I get the following error in the transmission_queue for the message:The target service name could not be found. Ensure that the service name is specified correctly and/or the routing information has...

View Article

How query breaks Special Considerations for Query Notifications

I have this SQL for my query notification. SELECT ID, ActivityID, EventID, LocationID, VehicleID, DriverID, PassengerID, TimeStamp FROM dbo.GuestActivitiesWHERE Processed = 0 AND...

View Article


Sql serice broker showing activation error is 286 .how to anlysis?

     I use performance report where it showing Sql serice broker  showing activation error is 286 .how to anlysis?

View Article

Service Broker Activation Deadlocking

I have implemented a (slightly) modified version of conversation recycling using conversation timers and stored procedure activation from http://rusanu.com/2007/05/03/recycling-conversations/ . However...

View Article


where to download Service Broker External Activation Service?

I am trying to download Service Broker External Activation Service.According to this blog (which I am not allow to attached link)There is a link on the page to download it, but when I try it, get this...

View Article

Error 15517

please need help ..this the wrong message shown in my logAn exception occurred while enqueueing a message in the target queue. Error: 15517<c/> State: 1. Cannot execute as the database principal...

View Article


Service Broker: are my messages sent from Initiator? if so, nothing comes to...

Hi,I am following this tutorial https://technet.microsoft.com/en-us/library/bb839496(v=sql.105).aspx . I create DB instances of initiator and target on two different servers (one is my local machine)....

View Article

SP with xp_cmdshell gives an error in the MessageQueue, but executes...

Hi All, I have a SP, which calls xp_cmdshell in it. This SP is being used in a MessageQueue.  The SQL server and Agent services are configured using a Domain service account, and this service account...

View Article

service broker external activation error

Hi, I am trying to setup externale activation with service broker but cannot get it to work.This is my code:            CREATE MESSAGE TYPE [PricingMessage] CREATE CONTRACT [PricingContract] (...

View Article
Browsing all 461 articles
Browse latest View live