+

Search Tips   |   Advanced Search

Update the isolation level for SQL server databases

For an SQL Server, update the isolation level of the release, community, customization, and JCR databases to improve concurrency and efficiency of the databases. Verify the database is not in use.

Run the command: ALTER DATABASE database_name SET READ_COMMITTED_SNAPSHOT ON;.


Parent Database tasks