Viewing post 1 (of 1 total)
Hi Paul,
Nice article, but we may miss few of the session ids by using "sys.dm_exec_request" like below
Select Session_ID,Blocking_Session_ID
From Sys.DM_Exec_Requests
Where Session_ID > 50
And Blocking_Session_Id <> 0
Better to use...
September 19, 2013 at 10:21 pm
#1651758