Case-insensitive primary key of type nvarchar where ß != ss
问题 This question "Need a case insensitive collation where ss != ß" solves it for varchar type column, but mine has to be nvarchar . As far as I can gather, SQL_Latin1_General_Cp437_BIN differentiates between ß and ss . But it is also case-sensitive. Mine is a primary key column which also needs to be case INsensitive: I need e.g. weiß / Weiß to be considered equal, and also weiss / Weiss , but NOT weiß / weiss nor Weiß / Weiss nor weiß / Weiss etc. I've searched a lot for this, and is it really