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 2005 Forums
 Transact-SQL (2005)
 Configure language to Traditional Chinese

Author  Topic 

chih
Posting Yak Master

154 Posts

Posted - 2007-03-12 : 18:59:18
Hi

I installed sql 2005 enterprise edition(English version) in window 2003 sever (version).

I have set several sql instances to handle different countries forum data. One of countries is Taiwan. How can I set language to Traditional Chinese in sql- default is English (United States)? Also, what else I need to configure so I can see Chinese words.

I have tried
exec sp_configure 'default lanuage',28
reconfigure

I have also set default language to Traditional Chinese in sa account.
But it doesn't work.

please give advice.
   

- Advertisement -