I have SQL server 2014 running with default collation i.e. SQL_Latin1_General_CP1_CI_AS
.
Planning to support western European language like German, French, Italian, Portuguese, Spanish along with English.
The database has string data as non-unicode i.e. varchar
.
I need help to understand whether sorting of the listed languages will work fine with the default collation or what kind of issues can I expect?