What is the difference between NVarchar, Bin collation, Bin2 collation?
问题 All 3 options are case and accent sensitive, and support Unicode. According to the documentation: NVarchar sorts and compares data based on the "dictionaries for the associated language or alphabet" (?) Bin sorts and compares data based on the "bit patterns" (?) Bin2 sorts and compares data based on "Unicode code points for Unicode data" (?) To make complex things simple, can I say that the Bin is an improvement of the NVarchar and the Bin2 is an improvement of the Bin; and unless I am