SQL SERVER – Check the Isolation Level with DBCC useroptions
- by pinaldave
In recent consultancy project coordinator asked me – “can you tell me what is the isolation level for this database?” I have worked with different isolation levels but have not ever queried database for the same. I quickly looked up bookonline and found out the DBCC command which can give me the same details.
You can run the DBCC UserOptions…