What are the pros and cons of setting READ_COMMITTED_SNAPSHOT ON
in SQL Server 2008?
Actually, I ran into the problem of blocking transactions, but setting READ_COMMITTED_SNAPSHOT ON
on and disabling Escalation locks (only in the table used in deadlock transactions). This completed the deadlock problem by about 90%; but I am worried that it may have other problems, such as performance, etc.
Any help would be greatly appreciated.
source share