摘要: -- 查询被锁的表select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT' -- 解锁 阅读全文
posted @ 2019-07-26 11:06 chengeng 阅读(14589) 评论(0) 推荐(1) 编辑