Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法知道表的锁定历史?
例如,一个包含在 8:00 到 9:00 之间发生在表上的所有锁的列表。
寻找适用于 SQL Server 2000 的答案
您只能获取当前锁(例如系统锁)。没有保留锁定历史记录。
您必须运行 SQL Profiler 跟踪,但它会生成大量数据。或者定期轮询系统锁并将信息存储在日志表中。