Finding Server Default Language in MS SQL

The following code is run to find the default language of MS SQL Server.

select @@language AS DefaultLan


You May Interest

What is Extensible Key Management in SQL Server ?

Changing Column Name of MS SQL Table with Query

What is Partial Cache Mode in SSIS ?

What is TABLESAMPLE in SQL Server ?

What is the Use of Dedicated Admin Connection ?