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 2000 Forums
 SQL Server Administration (2000)
 Language SQL-Server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-05-29 : 08:11:20
Britta writes "Is it possible to install MS SQL-Server in a language differ from the operating system language or causes this method of action problems?

The operating system is Windows 2000 Server."

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2003-05-29 : 10:04:19
I wouldn't think this was a very good idea. Why do you need that ?

Damian
Go to Top of Page

mohdowais
Sheikh of Yak Knowledge

1456 Posts

Posted - 2003-05-29 : 13:08:02
If you are using SQL Server 2000, it doesnt really matter what language/collation you choose for the server, since for you can have a different collation for each database (even for each column).

But you need to make sure the relevant codepages that you will be using with SQL Server are installed on the Operating System before you install SQL Server...I have seen issues with this.

Damian, I think you might have situations where the default language for the OS must be different, so that it doesnt screw up something another process running on the server, like IIS for instance. Thankfully, SQL Server is a lot more forgiving

OS

Go to Top of Page
   

- Advertisement -