Hi friends, in this article I will explain about How to Display DateTime Formats in
Different Languages using SQL Server.
I already explained in the previous articles about How to Calculate Age from Date Of Birth using SQL Server, How to encrypt/decrypt string in sql server and How to get second-highest salary employees in a table,Find 2nd highest salary in SQL server, SQL Query for second maximum salary from employee table
I already explained in the previous articles about How to Calculate Age from Date Of Birth using SQL Server, How to encrypt/decrypt string in sql server and How to get second-highest salary employees in a table,Find 2nd highest salary in SQL server, SQL Query for second maximum salary from employee table
You can get the list of languages
support in SQL SERVER by using below Query
select * from
sys.syslanguages
|