Skip to content

Instantly share code, notes, and snippets.

@max-mulawa
Created April 29, 2011 09:15
Show Gist options
  • Save max-mulawa/948086 to your computer and use it in GitHub Desktop.
Save max-mulawa/948086 to your computer and use it in GitHub Desktop.
Create TestCollaction2
CREATE TABLE #TestCollaction2
(
Id Int PRIMARY KEY ,
Name VARCHAR(20) COLLATE Polish_CI_AS NOT NULL ,
NameUnicode NVARCHAR(20) COLLATE Polish_CI_AS NOT NULL
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment