查询阻塞

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/baozhu/p/7090002.html