January 24, 2012 at 6:33 am
spid 318 is blocked by spid 611
Check this article
January 24, 2012 at 7:24 am
Chapter 6 - http://www.simple-talk.com/books/sql-books/troubleshooting-sql-server-a-guide-for-the-accidental-dba/
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 24, 2012 at 7:30 am
<blocking-process> is the culprit and <blocked-process> is the victim.
January 24, 2012 at 9:16 am
I use a script to get the blocking query info. The attached script will give you the SPID, query text, loginname and hostname of the blocked process as well as the blocking process. There is small bug in the script which I am trying to fix but for the most part it works fine and will indeed give you the correct SPID that is causing the blocking.
Blog
http://saveadba.blogspot.com/
Viewing 4 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply