Skip to content

Instantly share code, notes, and snippets.

@diegograssato
Created August 1, 2020 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegograssato/b4be9f735315763fe89f8eca00130a83 to your computer and use it in GitHub Desktop.
Save diegograssato/b4be9f735315763fe89f8eca00130a83 to your computer and use it in GitHub Desktop.
sonar-database
drop database sonarqube
CREATE DATABASE sonar COLLATE Latin1_General_100_CS_AS_SC;
ALTER DATABASE sonar SET READ_COMMITTED_SNAPSHOT ON WITH ROLLBACK IMMEDIATE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment