摘要: SELECT request_session_id spid, OBJECT_NAME(resource_associated_entity_id) tableName FROM sys.dm_tran_locksWHERE resource_type = 'OBJECT' KILL spid 如: 阅读全文
posted @ 2017-07-13 10:07 反骨仔 阅读(860) 评论(0) 推荐(0) 编辑