摘要: --查看被锁表:SELECT request_session_id spid, OBJECT_NAME( resource_associated_entity_id ) tableNameFROM sys.dm_tran_locksWHERE resource_type = 'OBJECT' ORD 阅读全文
posted @ 2018-10-16 10:16 hericwan-tecnology 阅读(803) 评论(0) 推荐(0)