Skip to content

Instantly share code, notes, and snippets.

@muloka
Created October 19, 2012 20:16
Show Gist options
  • Save muloka/3920443 to your computer and use it in GitHub Desktop.
Save muloka/3920443 to your computer and use it in GitHub Desktop.
SELECT stuff FROM [Product] p
JOIN [category] c ON
-- collating on the fly #FTW
c.[Name] COLLATE SQL_Latin1_General_CP1_CI_AS = p.[Name] COLLATE SQL_Latin1_General_CP1_CI_AS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment