Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

blocking and sp_who

Status
Not open for further replies.

room24

Programmer
Joined
Dec 28, 2003
Messages
83
Location
JM
i have a custom system written in Delphi which runs from a sql server database. When users are on the system there is some blocking on the database. i can run sp_who to find out which users are blocking and who is being blocked. i am wondering how can i find out what stored procedure is contributing to the blocking or which command can i run to get more information in order to solve the problem. Anybody please help!!!
 
Have a look at aba_lockinfo, its a good stored proc when resolving deadlocks and blocking.
You can find it at:
Select the version you need for your version of SQL

"I'm living so far beyond my income that we may almost be said to be living apart
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top