Need a case insensitive collation where ss != ß
问题 For a specific column in a database running on SQL Server Express 2012 I need a collation where ss and ß are not considered the same when comparing strings. Also ä and ae, ö and oe and ü and ue should be considered different respectively. Latin1_General_CI_AS provides the latter, but ss and ß are not distinguished. That is, WHERE ThatColumn = 'Fass' would yield both Fass and Faß . I would simply stick to BIN/BIN2, but I need case insensitivity. If nothing else works I'll have to use Latin1