The following Query will help to get list of all the collations Provides by Microsoft SQL Server.
select * from ::fn_helpcollations()
This Query will Return collation name and Description of the collation
For more details, visit http://msdn.microsoft.com/en-us/library/ms188755.aspx
No comments:
Post a Comment