SqlDependency performance
Hi All,I'm using SqlDependency (sql server 2008 r2) to get notification when data in some tables changes. The query notification is for cache invalidation.There are three large tables and I want to...
View Articleusing triggers with service broker
Requirement: I am using triggers on a table to send the data from the table to a Queue using Service Broker. CREATE MESSAGE TYPE SampleMessage AUTHORIZATION dbo VALIDATION = WELL_FORMED_XML CREATE...
View ArticleUnable to start SQL Agent SQL Server 2008 R2
Unable to start SQL Agent SQL Server 2008 R2Error logsDate,Source,Severity,Message10/30/2013 08:19:12,,Information,[098] SQLServerAgent terminated (normally) 10/30/2013 08:19:12,,Error,[298] SQLServer...
View ArticleOne of the service broker spid causing our tempdb full. How to troubleshoot...
One of the service broker spid causing our tempdb full. How to troubleshoot what exactly issue with service brokerBelow is the broker_activated_tasks getting performed and No record found in...
View ArticleMultiple inserts handling concurrency - Service Broker
Hi all,I have a stored procedure that receives XML as input and it runs many checks (selects) in many tables, somewhere during the process it performs required selects with a few tables involved (never...
View ArticleThe connection was closed by the remote end, or an error occurred while...
Getting this error while configuring service broker on my network.I have already checked below things.1) Port 4022 is enabled on the firewall of both server. 2) Telnet to the port 4022 is working fine....
View ArticleOnce for all right permissions for SQLDependency PLEASE?
I took this description out of my search engine because it is exactly what is happening to us, so why bother writing it again. The original post is unanswered here...
View ArticleQuery notification firing for user other than user who registered it
Hi,I posted this same question over at stack overflow and haven't received a response yet so I'm hoping to find some help here.I've been using SqlDependency in a .NET 3.5 application for over 3 years...
View ArticleWhat happens when a queue is de-activated?
Hello:ALTER QUEUE Qname WITH ACTIVATION (STATUS ='OFF'); If we use ALTER QUEUE to de-activated a queue, what happens to the currently executing instances of the activation SProc. For example, will the...
View Articlehelp understanding usage of Service Broker
Hello,I am trying to learn/understand Service Broker and how it works and more importantly, what is the practical use of it? Just like anything else, I googled on this and I kind of got very basic...
View ArticleAn error occurred in Service Broker internal activation while trying to scan...
After Migrating our Production database from sql 2008 to Sql 2012 SPI, our service broker queues are showing errors in the event logs. Prior to the upgrade we were not seeing any errors. We can...
View ArticleBroker Service in SQL Server 2012
Hi everyone,I have seen this in System Center 2012 Update 1 "Issue 7 When a new SqlNotificationRequest instance is created, new rows are created in the sys.conversation_endpoints catalog view that has...
View ArticleMoving databases to another instance using Service Broker?
Hi,We have a couple of production instances with many databases on SQL Server 2008 Std.I want to implement an automated process to move inactive databases on multiple instances to a dedicated instance...
View ArticleUnable to acknowledge back messages received, with no symptoms
Hi, I hope someone can point me in the right direction here.We have a production environment consisting of two separate instances, let's name them A and B, A being SQL 2005 and B SQL 2008 R2. The...
View ArticleUsing Service Broker to Notify Several C# Clinent(s) with one Message and...
I would like to use Service Broker to notify several C# Clients with a change notification that they need to make a call to the database when something is updated by inserting a single message into a...
View ArticleNew Top Support Solutions blog
HelloAs part of our efforts to keep our communities informed about the most relevant content that address the top questions that we are getting in out forums and other support channels we want to...
View ArticleSelect from SSB.SendQ from another server by using linked server
Hi, I'm trying to run: select conversation_handle from [Linked_Server].SSB.sendQThe error message I get is: Invalid object name '[Linked_Server].SSB.sendQ'.When I open the expand the linked server in...
View ArticleConversations stuck in state of CONVERSING and not processing messages
Hey, all. I'm having an issue where we have a number of table triggers which use service broker to document any DML statements run against those table. The changes are inserted via service broker in...
View ArticleSQL dependency
SirI am testing a Vb.net application to have SQL dependency with SQL server database. Infact I copied the sample code given in MSDN and only changed the database connection string.I am getting the...
View Article