Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dalenewman/9ac2b270c0929ae8bca2382aa3dd6539 to your computer and use it in GitHub Desktop.
Save dalenewman/9ac2b270c0929ae8bca2382aa3dd6539 to your computer and use it in GitHub Desktop.
SnapShotIsolation.sql
ALTER DATABASE MyDatabase
SET ALLOW_SNAPSHOT_ISOLATION ON
ALTER DATABASE MyDatabase
SET READ_COMMITTED_SNAPSHOT ON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment