T SQL Verifique el punto muerto activo
select * from sys.sysprocesses where blocked > 0
Easy Eagle
select * from sys.sysprocesses where blocked > 0