SQL to find a blocking query PDF Print E-mail

 

Locking is a normal process in sql server to claim some resource. For
instance if we put "select * from emp" table, will set a shared lock
on the emp table. Locks are there in place to maintain data integrity
& consistency.

Blocking is the process of blocking a resource by another resource,
which is already having an incompatibale lock on the same resource.
For instance "select * from emp" table will set a shared lock on emp
table. At this time if any other process try to have an exclusive lock
on the emp table, the second process will be in block state, & this
will remain till the first shard lock is removed.


You can get the lock info using sp_lock & sp_who will give you the
block process details.

Below query is very handy to find the blocking queries, rather than
checking thru Activity Monitor.

SQL 2000 & 2005
-------------------------

SELECT spid, status, loginame=SUBSTRING(loginame,
1,12),hostname=substring(hostname, 1, 12),
      blk=CONVERT(char(3), blocked),dbname=SUBSTRING(DB_NAME(dbid),
1, 10), cmd, waittype
FROM master.dbo.sysprocesses
  WHERE spid IN (SELECT blocked FROM master.dbo.sysprocesses)

SQL 2005
--------------

SELECT
t1.resource_type,
t1.resource_database_id,
t1.resource_associated_entity_id,
t1.request_mode,
t1.request_session_id,
t2.blocking_session_id
FROM sys.dm_tran_locks as t1
INNER JOIN sys.dm_os_waiting_tasks as t2
ON t1.lock_owner_address = t2.resource_address

Comments (27)
  • himadri
    download sql server 2000 enterprise edition
  • himadri
    download sql server 2000 enterprise edition.
  • Windows 7 Activation  - Windows 7 Activation
    chenweiliiPod,Windows 7 Ultimate Activation Key, some of you think this is the equivalent of wearing last season’s shoes.; Zune users have been quick to point out that the Zune plays xBox games,Windows 7 Key, and that the hippest game the video iPod has is Sudoku (which,Windows 7 Home Premium Activation, ok - I love).; And while my iPod usually does make me feel hip,Office 2010 Keygen, the fact that I can’t play downloaded digital music and audio books from the public library on my iPod (so I sit at the coffee shop with my white headphones plugged into my laptop) does make me feel a little… um... dumb.Windows 7 Professional, Scoble agrees with me that the iPod is cooler,Office 2010, but since he was born in the year 1965, I suppose it’s possible that;he's also too old to understand the merits of music swapping.And then the “You are too old to understand” insults followed with comments on my Google post.Readers were quick to point out that in the world of Facebook and MySpace, fillin...
  • Canada Goose Expedition
    That is exactly what I am lookng for!You have done a brilliant job. Your article is truly relevant to my study at this moment, and I am really happy to read it.Thanks for great share! You can like our web: Canada Goose Expedition and Canada Goose Expedition Parka
  • v cdvdc  - vdcfd
    Deck shoes are quite comfy. They are in fact very stylish as well. Durability chanel handbags also a factor that has made chanel bags online do popular among people. These shoes are available for both men and women.
  • Anonymous
    New Orleans general NFL Jerseys promises owners savings of perhaps a quarter billion dollars a year but largely leaves intact the soft discount shoes wholesale salary cap system that the players fought hard to maintain.Stern and Deputy Commissioner Adam Silver announced the deal during a press conference, putting an end to nearly two years of difficult negotiations that resulted in the second shortened season in NBA history. Owners also agreed to an cheap nba jerseys expanded cheap nike air max revenue sharing plan, and Stern called both agreements "a watershed moment" for the league. The plan, nike free which will begin in 2013-14, more than quadruples the revenue currently shared by teams, with soccer shoes Stern saying they could now receive in excess of 20 million and at least six teams could pay 50 million into the plan.A outdoor shoes person familiar wholesale nike shoes with the negotiations says the framework of a three-team trade is in place to send New Orleans Horn...
Write comment
Your Contact Details:
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:D:angry::angry-red::evil::idea::love::x:no-comments::ooo::pirate::?::(
:sleep::););)):0
Security
Please input the anti-spam code that you can read in the image.
 
Copyright 2009 SQL Server.in, Powered by Joomla!; Joomla templates by SG web hosting