查询死锁表和进程ID

  select    
    request_session_id spid,   
    OBJECT_NAME(resource_associated_entity_id) tableName    
from    
    sys.dm_tran_locks   
where    
    resource_type='OBJECT' 
原文地址:https://www.cnblogs.com/ankeyliu/p/10689906.html