sql server collation for multi lingual data
问题 I am working with sql server 2012 and its the back end for an asp.net mvc multi lingual application. I have set the collation on the database that powers the front end to "sql_latin1_general_cp1_ci_as". This database will stored, english, russian, arabic etc data and therefore I will run in the collation problems as my stored procedures that will access my data has where clauses, order by clauses etc. I have on set of stored procedures for which I access the data for language with. I am