Skip to content

Instantly share code, notes, and snippets.

@kmlprtsng
Created September 10, 2013 10:29
Show Gist options
  • Save kmlprtsng/6507588 to your computer and use it in GitHub Desktop.
Save kmlprtsng/6507588 to your computer and use it in GitHub Desktop.
Make Column Case Sensitive
-- For SQL Server 2005 and above
ALTER TABLE Foo ALTER COLUMN Bar ntext COLLATE Latin1_General_CS_AS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment