Skip to content

Instantly share code, notes, and snippets.

@FilipDeVos
Created May 13, 2011 07:52
Show Gist options
  • Save FilipDeVos/970165 to your computer and use it in GitHub Desktop.
Save FilipDeVos/970165 to your computer and use it in GitHub Desktop.
Create Collation safe TempTables
CREATE DATABASE strangeCollationDb COLLATE Latin1_General_CI_AI_KS_WS
GO
USE strangeCollationDb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment