2016年3月31日

锁表

摘要: 查询哪些表被锁了 select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tablename from sys.dm_tran_locks where resource_type='OBJECT' --spi 阅读全文

posted @ 2016-03-31 18:36 struggle_beiJing 阅读(120) 评论(0) 推荐(0) 编辑

导航