2022年10月25日
摘要: --查看被锁表:select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableNamefrom sys.dm_tran_locks where resource_type='OBJECT'order by 阅读全文
posted @ 2022-10-25 11:37 一个小目标一次坑记录 阅读(776) 评论(0) 推荐(1) 编辑