Search Results

1
vote
1answer
1k views

How to detect READ_COMMITTED_SNAPSHOT is enabled?

Hello, In MS SQL Server is there a way to detect whether a database has had its isolation level set via the T-SQL command ALTER DATABASE <database> SET READ_COMMITTED_SNAPSHOT ON; …