查询是不会的
--死锁检测 use master Select * from sysprocesses where blocked0 --找到SPID exec sp_lock --根据SPID找到OBJID select object_name(85575343) --根据OBJID找到表名