【发布时间】:2023-03-25 13:35:01
【问题描述】:
我读过这样的文章: http://www.codinghorror.com/blog/archives/001166.html http://www.databasejournal.com/features/mssql/article.php/3566746/Controlling-Transactions-and-Locks-Part-5-SQL-2005-Snapshots.htm
据我了解,SQL Server 有一个非常悲观的锁定策略。为了提高性能,我应该更改锁定的已提交读快照。
但我找不到在哪里执行此操作。在哪里更改锁定策略?
【问题讨论】:
标签: sql-server performance locking deadlock