2017年8月9日
摘要: select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT' declare @spid int Set @spid = 74 --锁表进程 declare @... 阅读全文
posted @ 2017-08-09 13:37 米高佐敦 阅读(627) 评论(0) 推荐(0)