摘要: 查是哪个进程死锁了哪些表 select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT' 下 阅读全文
posted @ 2017-09-22 11:06 JangoJing 阅读(401) 评论(0) 推荐(0) 编辑