<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Blocking Processes (lead blocker)</title>
	<atom:link href="http://sqlserverplanet.com/troubleshooting/blocking-processes-lead-blocker/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com/troubleshooting/blocking-processes-lead-blocker</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Wed, 16 May 2012 18:08:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://sqlserverplanet.com/troubleshooting/blocking-processes-lead-blocker/comment-page-1#comment-1167</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 15 Apr 2012 10:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=244#comment-1167</guid>
		<description>I have pasted this and run. it shows 0 rows affected. Please help</description>
		<content:encoded><![CDATA[<p>I have pasted this and run. it shows 0 rows affected. Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John P</title>
		<link>http://sqlserverplanet.com/troubleshooting/blocking-processes-lead-blocker/comment-page-1#comment-1107</link>
		<dc:creator>John P</dc:creator>
		<pubDate>Wed, 22 Feb 2012 15:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=244#comment-1107</guid>
		<description>Absolutely love the code you have published! Thanks so much. Below is one change I made so that I could see the wait type description vs. the wait type code. Thanks again.

changed this:
    ,waittype
to this:
    ,er.wait_type</description>
		<content:encoded><![CDATA[<p>Absolutely love the code you have published! Thanks so much. Below is one change I made so that I could see the wait type description vs. the wait type code. Thanks again.</p>
<p>changed this:<br />
    ,waittype<br />
to this:<br />
    ,er.wait_type</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://sqlserverplanet.com/troubleshooting/blocking-processes-lead-blocker/comment-page-1#comment-944</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Thu, 27 Oct 2011 01:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=244#comment-944</guid>
		<description>shouldn&#039;t the query be changed from 
&quot;WHERE spid IN (SELECT blocked FROM master.dbo.sysprocesses)
AND blocked = 0&quot;
to 
&quot;WHERE spid IN (SELECT spid FROM master.dbo.sysprocesses)
AND blocked != 0&quot;

?</description>
		<content:encoded><![CDATA[<p>shouldn&#8217;t the query be changed from<br />
&#8220;WHERE spid IN (SELECT blocked FROM master.dbo.sysprocesses)<br />
AND blocked = 0&#8243;<br />
to<br />
&#8220;WHERE spid IN (SELECT spid FROM master.dbo.sysprocesses)<br />
AND blocked != 0&#8243;</p>
<p>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Dieter</title>
		<link>http://sqlserverplanet.com/troubleshooting/blocking-processes-lead-blocker/comment-page-1#comment-104</link>
		<dc:creator>Derek Dieter</dc:creator>
		<pubDate>Wed, 26 May 2010 20:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=244#comment-104</guid>
		<description>Tom,

Thank you.  I definitely would have had I known it was hers.  Thing is, I found it in a training manual passed out to me in a class from Microsoft and found it was very efficient.  

There are certain DMV queries that I don&#039;t know the originator of but in case she is the originator of any other queries, as you mention, I owe her a thanks so I will link to her site from my resources page.  

As an additional thanks I&#039;d also like to mention that if anyone has not read any of her internals books, I highly recommend them as they have been completely essential to at least my own understanding of SQL Server.

&lt;a href=&quot;http://www.sqlserverinternals.com/&quot; rel=&quot;nofollow&quot;&gt;Kalen Delaney - SQL Server Internals&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>Thank you.  I definitely would have had I known it was hers.  Thing is, I found it in a training manual passed out to me in a class from Microsoft and found it was very efficient.  </p>
<p>There are certain DMV queries that I don&#8217;t know the originator of but in case she is the originator of any other queries, as you mention, I owe her a thanks so I will link to her site from my resources page.  </p>
<p>As an additional thanks I&#8217;d also like to mention that if anyone has not read any of her internals books, I highly recommend them as they have been completely essential to at least my own understanding of SQL Server.</p>
<p><a href="http://www.sqlserverinternals.com/" rel="nofollow">Kalen Delaney &#8211; SQL Server Internals</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://sqlserverplanet.com/troubleshooting/blocking-processes-lead-blocker/comment-page-1#comment-103</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 26 May 2010 20:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=244#comment-103</guid>
		<description>This is Kalen Delaney&#039;s code. 
You might want to give her the credit.


Calif DBA</description>
		<content:encoded><![CDATA[<p>This is Kalen Delaney&#8217;s code.<br />
You might want to give her the credit.</p>
<p>Calif DBA</p>
]]></content:encoded>
	</item>
</channel>
</rss>

