摘要: 1、锁监控 查看锁住的表: select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT' 阅读全文
posted @ 2020-04-02 20:22 古道轻风 阅读(1351) 评论(1) 推荐(0) 编辑