标签:ssi session where 进程 lock _id entity pid sso
-- 查询死锁
select
request_session_id spid,
OBJECT_NAME(resource_associated_entity_id) tableName
from
sys.dm_tran_locks
where
resource_type=‘OBJECT‘
--杀死死锁进程 kill spid
标签:ssi session where 进程 lock _id entity pid sso
原文地址:http://www.cnblogs.com/ydj0208/p/6036897.html