• subscribe

blockin issue

Last Post 26 Jun 2002 01:31 PM by Alan_SQL. 2 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
trans53
New Member
New Member

--
26 Jun 2002 01:12 PM
Urgent help please!

Recently we had a blocking issue that stops all application.

Does anyone has a script that can be run as a job to periodically check the blocking issues and then notify throuht e-mail?

If not how can i check the blocking issues periodically?

Thanks
Alan_SQL
New Member
New Member

--
26 Jun 2002 01:31 PM
Refer to this link:

http://support.microsoft.com/search...us;Q271509

You can also use profiler to find out what's blocking. Or, you can also use a combination of executing sp_who2 'active' and dbcc inputbuffer to find out what the blocking spid is doing.

Alan
ufohj
New Member
New Member

--
27 Jun 2002 07:14 AM
dbcc traceon(1204,1205, 3605)
You are not authorized to post a reply.