Does DBCC USEROPTIONS report the snapshot isolation as 'snapshot'?
Hi,
I am using SQL Server 2005 Development Edition. I have a database named 'SnapshotTest'.
When I issue the following
ALTER
DATABASE SnapshottestSET ALLOW_SNAPSHOT_ISOLATIONONGO
USE
Snapshottestgo
DBCC
USEROPTIONS;GO
I get the output asisolation level read committed
If someone can explain the reason, it will be great.
I had seen two transactions blocking each other that is why I executed DBCC Useroptions.
Thanks,
payyans

