Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 installing sql 2008 - language issues

Author  Topic 

wardsan
Starting Member

48 Posts

Posted - 2011-01-24 : 11:06:19
Folks,
I installed sql 2008 on a server whose os (windows) language is set to English(Ireland). The language that is coming up for the sql server is US english. I need to change this to match the server. I have gone back thru the sql install but can't see where I could have changed the language. Has anyone any ideas?
Thanks
Sandra

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-01-24 : 12:54:41
you can use SET LANGUAGE statement

http://msdn.microsoft.com/en-us/library/ms174398.aspx

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

wardsan
Starting Member

48 Posts

Posted - 2011-01-25 : 05:47:08
thanks for that. I notice when I do that, the change is not reflected in the properties.
Go to Top of Page
   

- Advertisement -