死锁

1、查看死锁表

select    
    request_session_id spid,   
    OBJECT_NAME(resource_associated_entity_id) tableName    
from    
    sys.dm_tran_locks   
where    
    resource_type='OBJECT' 

 

posted @ 2017-09-05 11:05  码到世界末日  阅读(138)  评论(0编辑  收藏  举报