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!!!