Supported Collations of MS SQL Server
The following T-SQL code will generate a list of supported collations on MS SQL Server:
SELECT name, description FROM ::fn_helpcollations();
- - - - - - - - - - - - - - - - -
Applies To: SQL Server 2016, SQL Server 2014 and SQL Server 2008
http://dba.stackexchange.com/questions/14153/treating-certain-arabic-characters-as-identical
ReplyDelete