Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベースで SNAPSHOT 分離レベルがオンになっているかどうかを知るために、SQL Server 2008 R2 の SSMS でどの SQL を実行しますか?
SELECT snapshot_isolation_state_desc from sys.databases where name='<your database name here>'
オンになっているかどうかを確認できます。