摘要: 简单点的处理方法: 1、查询死锁的表 select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJ 阅读全文
posted @ 2024-09-25 16:45 K.R 阅读(117) 评论(0) 推荐(0) 编辑