查询死锁

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

Kill 死锁id

posted on 2023-08-02 16:30  *tfe*  阅读(9)  评论(0编辑  收藏  举报

导航