What are the pros and cons of setting READ_COMMITTED_SNAPSHOT ON
in SQL server 2008?
Actually i was running through the the problem of transaction deadlockS, but by setting READ_COMMITTED_SNAPSHOT ON
on and disabling the Lock Escalation (only on table that used in transactions that causing deadlock). This finished the problem of deadlock by about 90%; but i am worried it might have some other problems like performance etc.
Any help will be highly appreciated.