Search Results

3
votes

Diagnosing Deadlocks in SQL Server 2005

You definitely want READ_COMMITTED_SNAPSHOT set to on, which it is not by default. That gives you MVCC semantics. It's the same thing Oracle uses by default. Having an MVCC database is so incredibl …