T SQL Active Deadlock check
select * from sys.sysprocesses where blocked > 0
Easy Eagle
select * from sys.sysprocesses where blocked > 0