在 T-SQL 中询问表锁定方案
是否有某种方法可以查询系统表以确定哪些表正在使用哪些锁定方案? 我查看了 sysobjects 中的列,但没有任何内容跳出来。
Is there some means of querying the system tables to establish which tables are using what locking schemes? I took a look at the columns in sysobjects but nothing jumped out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
aargh,只是个白痴:
aargh, just being an idiot:
查看 syslockinfo 和 syslocks 系统表
您还可以运行 sp_lock 过程
take a look at the syslockinfo and syslocks system tables
you can also run the sp_lock proc