Skip to content

Instantly share code, notes, and snippets.

@tompazourek
Created September 4, 2015 19:37
Show Gist options
  • Save tompazourek/4cff6fd22491974b2343 to your computer and use it in GitHub Desktop.
Save tompazourek/4cff6fd22491974b2343 to your computer and use it in GitHub Desktop.
ALTER DATABASE [VoracioPlatform]
SET READ_COMMITTED_SNAPSHOT ON
GO
ALTER DATABASE [VoracioPlatform]
SET ALLOW_SNAPSHOT_ISOLATION ON
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment