 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SQL Server with Mr. Denny &#187; sys.conversation_endpoints</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/sql-server/tag/sysconversation_endpoints/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/sql-server</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 17:04:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Very useful little query to monitor the health of service broker</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/very-useful-little-query-to-monitor-the-health-of-service-broker/</link>
		<comments>http://itknowledgeexchange.techtarget.com/sql-server/very-useful-little-query-to-monitor-the-health-of-service-broker/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 11:00:17 +0000</pubDate>
		<dc:creator>Denny Cherry</dc:creator>
				<category><![CDATA[Service Broker]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[sys.conversation_endpoints]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/very-useful-little-query-to-monitor-the-health-of-service-broker/</guid>
		<description><![CDATA[While dealing with a SQL Server Service Broker issue I needed a quick easy way to see how backlogged the service broker was.  So I came up with this little query which is surprisingly effective. select far_service, state_desc, count(*) messages from sys.conversation_endpoints group by state_desc, far_service ORDER BY far_service, state_desc Hopefuly you find this helpful. [...]]]></description>
				<content:encoded><![CDATA[<p>While dealing with a SQL Server Service Broker issue I needed a quick easy way to see how backlogged the service broker was.  So I came up with this little query which is surprisingly effective.</p>
<p><code><font color="#0000ff" size="2">select<font size="2"> far_service</font><font color="#808080" size="2">,</font><font size="2"> state_desc</font><font color="#808080" size="2">,</font><font size="2"> </font><font color="#ff00ff" size="2">count</font><font color="#808080" size="2">(*)</font><font size="2"> </font><font color="#008000" size="2">messages</font><br />
</font><font color="#0000ff" size="2">from<font size="2"> </font><font color="#008000" size="2">sys</font><font color="#808080" size="2">.</font><font color="#008000" size="2">conversation_endpoints</font><br />
</font><font color="#0000ff" size="2">group<font size="2"> </font><font color="#0000ff" size="2">by</font><font size="2"> state_desc</font><font color="#808080" size="2">,</font><font size="2"> far_service</font><br />
</font><font color="#0000ff" size="2">ORDER<font size="2"> </font><font color="#0000ff" size="2">BY</font><font size="2"> far_service</font><font color="#808080" size="2">,</font><font size="2"> state_desc</font></font></code></p>
<p>Hopefuly you find this helpful.</p>
<p>Denny</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/sql-server/very-useful-little-query-to-monitor-the-health-of-service-broker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
