Last active
October 7, 2022 08:29
-
-
Save jtheisen/24ef0155d74f8f452e83bb94bcfc9f58 to your computer and use it in GitHub Desktop.
Create Sql Server database with sensible collation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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