导航

2023年6月23日

摘要: 方法一 --查看sqlserver被锁的表:select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableNamefrom sys.dm_tran_locks where resource_type='O 阅读全文

posted @ 2023-06-23 08:45 WinChance 阅读(2052) 评论(0) 推荐(0) 编辑