Skip to content

Instantly share code, notes, and snippets.

@jtheisen
Last active October 7, 2022 08:29
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 jtheisen/24ef0155d74f8f452e83bb94bcfc9f58 to your computer and use it in GitHub Desktop.
Save jtheisen/24ef0155d74f8f452e83bb94bcfc9f58 to your computer and use it in GitHub Desktop.
Create Sql Server database with sensible collation
create database [name] collate Latin1_General_100_CI_AS_SC_UTF8
create database [name] collate Latin1_General_100_BIN2_UTF8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment