﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss content posted by Veeresh V Nashi / Article Discussions / Article Discussions by Author  / Complete Blocking Report / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 23 May 2013 05:49:14 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Complete Blocking Report</title><link>http://www.sqlservercentral.com/Forums/Topic628399-473-1.aspx</link><description>Is anyone else having problems getting to the page with the actual script/code?  No matter how I try to navigate to it, everytime I get the 'Need to Register' page/pop-up and clicking the 'Log In' button just refreshes the page.Thanks</description><pubDate>Thu, 08 Jan 2009 15:44:08 GMT</pubDate><dc:creator>YSLGuru</dc:creator></item><item><title>RE: Complete Blocking Report</title><link>http://www.sqlservercentral.com/Forums/Topic628399-473-1.aspx</link><description>[font="Arial"]I've been using the following which provides similiar information.[/font]ALTER proc [dbo].[sp_blocking]asdeclare @spid intselect @spid=sy1.spidfrom master.dbo.sysprocesses sy1(nolock)join master.dbo.sysprocesses sy2(nolock) on sy1.blocked=sy2.spid and sy2.blocked=0where sy1.blocked!=0SELECT	sy1.spid,	sy1.status,	sy1.hostname,	sy1.program_name,	sy1.cmd,	sy1.blocked,	sy1.dbid,	convert(sysname, rtrim(sy1.loginame)) as loginnamefrom master.dbo.sysprocesses sy1(nolock)where sy1.spid=@spiddbcc inputbuffer(@spid)</description><pubDate>Thu, 08 Jan 2009 02:50:20 GMT</pubDate><dc:creator>dave.morrow-584993</dc:creator></item><item><title>Complete Blocking Report</title><link>http://www.sqlservercentral.com/Forums/Topic628399-473-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/scripts/Blocking./65384/"&gt;Complete Blocking Report&lt;/A&gt;[/B]</description><pubDate>Thu, 01 Jan 2009 04:27:27 GMT</pubDate><dc:creator>Vee</dc:creator></item></channel></rss>