Determining Isolation Level

  • I have executed the following to change a SQL 2005 database's isolation level and now I want to confirm the setting.

    ALTER DATABASE contentdb

    SET READ_COMMITTED_SNAPSHOT ON;

    GO

    But I can't figure out how to display the database's current isolation level setting.

    thanks for any guidance...

  • Never mind. I found the answer immediately after posting my message.

    DBCC USEROPTIONS

    thanks

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply