文章分类 -  SQL Server

摘要:查看被锁表: select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks whereresource_type='OBJECT' spid 锁表进... 阅读全文

posted @ 2015-10-30 14:49 内瑟斯 阅读(96) 评论(0) 推荐(0)

导航