How to enable service queue?
Hi,in a customer environemnet we get executingexec [Microsoft.SystemCenter.Orchestrator.Maintenance].[MaintenanceWorker]this error:Error: 9617, The service queue "MaintenanceServiceQueue" is currently...
View ArticleQuestion regarding Stored Proc
Hi,I am new to this. I have a SQL Service broker and there is a service S1 Now I have 2 SQL Agent jobs each job calls the same service but calls different procedure P1 in job1 , P2 in job 2 via same...
View ArticleCannot DROP SERVICE
I'm having trouble dropping a Service Broker Seriver using the DROP SERVICE command.After about 15 minutes, my SQL Server 2005 Standard edition replies with the following message:Msg 701, Level 17,...
View ArticleSqlDependency with timeout parameter
I am using query notification (using sqldependecy) .I want to use timeout parameter when creating SqlDependecy object SqlDependency oDependency = new SqlDependency(oCommand,null,200);When I use the...
View ArticleSqlDependency only generates OnChange events with Type = Change, Source =...
I'm running a .net 4.6.1 application against a Microsoft SQL Server Standard Edition (64-bit) 10.50.1600 RTM, where I use SqlDependency on simple queries (SELECT Column1, Column2, Column3 FROM...
View ArticleService Broker - Skip Error Message and do NOT Disable the Queue
I'm using SQL2016 SP2. My objective is to a create Service Broker service using internal activation stored proc., that every time it gets any error, it will just rollback, store the error message into...
View Articlei am getting mysql errors
i am getting mysql errors while posting articles how can i ectify them. my site is http://www.icannons.com
View ArticleUse Broker with SQL Server AlwaysOn
Hello, I have a SQL Server 2016 standard editon with AlwaysOn setup. I was asked to enable the broker. In order to do that I had to remove the database from AlwaysOn AG group , enable the broker and...
View ArticleSQL Clustering Break when Value harden.
Hi All, In SQl Clustering Environment when i have SQL 1, SQL2 Active & PassiveWhen doing hardeningSQL Server Configuration Manager Disable the “Named Pipes” network protocol, The SQL For both...
View ArticleSame server broker for mutiple sql server insatnces
How the same server broker endpoint will work for multiple sql server instances same windows server
View ArticleSQL SERVER
WHEN changing the collation getting the below error .what is the cause and solutionUsed the following commands to change the collation C:\Program Files\Microsoft SQL...
View ArticleSQL SERVER MIGRATION ISSUE
WE MIGRATED DATABASE FROM SQL SERER 2008 TO SQL 2016 alwasyon, facing sorting issue at application but DB side records are being sorted correctly but the same database on stand alone no issue
View ArticleSERVICE BROKER ENDPOINT WITH CERTIFICATION
Hi All,How do we use SERVICE BROKER ENDPOINT FOR 2 SQL INSTANCES ON SAME SERVER . How do we migrate the ENDPOINT WITH CERFICATE FROM SQL SERVER 2008 to SQL SQL 2016 .
View ArticleRandom mail lost with Database mail and non-Microsoft SMTP servers
The following facts was tested and reproduced on 3 completely different environments and with SQL 2005, 2008, 2008R2, 2012 and 2016.When DB mail send email to Postfix(2.10.1 and 3.1.2) SMTP servers...
View ArticleConnection attempt failed with error: 10060
I used the example "Completing a Conversation Between Instances" from SQL Server 2008 Books Online, but when I try to send a message, it does not go through, and in...
View ArticleBroker:Connection_Connection handshake failed. An OS call failed: (8009030c)...
I am trying to send a message between 2 different instances in the same domain.I am getting the above error.The SQl Server is logged on as NTService\MSSQlSERVER in both the instance.I am not able to...
View ArticleNo enabled application monitor is on behalf of queue...
Hello, I am trying to set up external activation, and the external application doesn't ever seem to be launched. I get the following error, which shows up in the EATrace.log: EXCEPTION ERROR = 32,...
View ArticleService Broker Waitfor Receive and Activation Procedure
Can anyone explain this concept to me: In Service Broker (SQL Server) a queue can be configured with an "activation" procedure. This is a procedure that will execute when message arrive in the queue....
View ArticleExtracing SQL Service Broker Error Fields
I am creating some error handling for the `'SQL/ServiceBroker/Error'` `MessageType` within my queues `Activation Stored Procedure`. While, I have information on how to access the following exception...
View ArticleService Broker External Activator Issue
Hi All,I am trying to configure service broker external activator service on SERVER2 ,in my database server (SERVER1) i have two installations of sql server one is 2012 and another one is 2017, i have...
View Article