漂泊雪狼的博客

思考,讨论,分享C#,JavaScript,.NET,Oracle,SQL Server……技术

导航

2014年10月31日

摘要: 查看被锁表:select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableNamefrom sys.dm_tran_locks where resource_type='OBJECT'spid 锁表进程t... 阅读全文

posted @ 2014-10-31 13:58 漂泊雪狼 阅读(336) 评论(0) 推荐(0)