How to detect READ_COMMITTED_SNAPSHOT is enabled?

Posted by Chris Driver on Stack Overflow See other posts from Stack Overflow or by Chris Driver
Published on 2008-09-09T14:07:11Z Indexed on 2010/05/06 20:18 UTC
Read the original article Hit count: 138

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;

I cannot find a simple way to detect this in either T-SQL or via the Management Studio's GUI.

TIA

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about read-committed-snapshot