SQLSERVER数据库调优
摘要:
1、锁表查询 --查看锁住的表 select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT 阅读全文
posted @ 2020-06-05 18:57 迷途 阅读(456) 评论(0) 推荐(0) 编辑