2023年4月14日

SQL Service锁表 解锁

摘要: 方法/步骤 1 查看锁表 select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT' s 阅读全文

posted @ 2023-04-14 11:35 只为_更加优秀! 阅读(94) 评论(0) 推荐(0) 编辑

导航