SQL Server supports multiple languages. Information about all the languages are stored in sys.syslanguages system view. You can run following script in Query Editor and see all the information about each language. Information about Months and Days varies for each language. Syntax: SELECT Alias, * FROM sys.syslanguages ResultSet: (* results not included) Alias -------------- English… Continue Reading...
Source: SQL SERVER – 2005 – Multiple Language Support | Journey to SQL Authority with Pinal Dave
No comments:
Post a Comment