SQL Server - How to change the language in SQL server 2005, when i execute "select @@Language" i get

Asked By Rajendra on 26-Jun-12 03:08 AM
Earn up to 30 extra points for answering this tough question.
C D replied to Rajendra on 27-Jun-12 01:12 AM

Hi Frndz,

 

Functionality:  Change Default Language in SQL server

 

 

To achieve this task,

 

Configure as following steps

 

Step : 1

 

First you need to reconfiguration you database language

 

There is two way to reconfiguration

 

First Way

 

Go to Object Explorer >> Right Click Select Properties >> Go To Advance

 

Change Default Language  DropDown value from Right Side  to set as per your need

 

 

Second Way

 

EXEC sp_configure 'default language', 23

RECONFIGURE

 

 

Step : 2

 

 

Alter your login name with Default language

 

Use following way

 

ALTER LOGIN sa WITH DEFAULT_LANGUAGE = British;

Instead of sa you need to type your sql server login credentials

 

 

 

Table for LanguageID and Name

 

LanguageID

name

alias

0

us_english

English

23

British

British English

 

Get more Language name using following query

 

SELECT LanguageID = langid,

 

     name,

 

     alias

 

FROM   sys.syslanguages

 

ORDER BY langid

 

Note :: once you done with above thing close your SQL server Managment Studio.... Reopen again

 

 

Verify your Language using folloiwng styntax

 

select @@LANGID, @@LANGUAGE

 

 

 

Hope this helpful!

Thanks

 

 

 

help
SQL Server 2000. In SQL Enterprise Manager, the properties page for the server is blank for the operating system, language, platform, OS memory and processors. The processor tab
Hi, We have release 1 which has SQL Server 2000. Now we are coming up with release 2 which will have SQL Server 2005
I recently installed SQL Server 2008 Express Edition with Advanced Tools. This is the version information from SQL Server Management Studio Microsoft SQL Server Management Studio 10.0.1600.22 ((SQL_PreRelease).080709- 1414 ) Microsoft
how to import data from excel file into the SQL server Use DTS or SSIS You can use the SQL Server Data Transformation Services (DTS) Import Wizard or the SQL Server Import and Export Wizard to
Sql Server 2008 RCO]Where is SSMS ? SQL Server Hi there, a very simple question: I cannot find the SSMS component during the Server 2008 RC0 installation process. Is it on a separate download ? Thanks a lot SQL Server Tools Discussions SQL Express 2008 (1) SQL Server 2005 (1) SQL Server 2000 (1) SQL Server 2008 (1
I was just saying today that sql server is full of silly limitations and I seem to hit on a new one every features with more ways to manipulate things than you can poke a stick at. In sql server we don't even have a full range of date functions (a pretty basic feature
I installed SQL SERVER 2005 replacing SQL SERVER 2000 and now I cannot open the 2000 database file. Do I need to
I have approximately 20 databases on a SQL Server 2000 enterprise edition on a windows 2003 server. I would like to install SQL Server
Hi, There is a consultant who designs web site for us. He says that he will use VB .NET for development and SQL Server 2005 Standard Edition is required. Since we are a small site with limited budget and we think that we can use SQL Server 2005 Express instead. This is because there is no connection limit to SQL Server
I'm trying to install SQL Server 2008 on Windows Server 2008 x64 bit. I installed the components, but when I try to install the native client, I get the error message "This Microsoft SQL Server Native Client package is not supported on the current processor type." I have a