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 Development (2000)
 Collation change

Author  Topic 

rkrishnav9
Starting Member

5 Posts

Posted - 2004-07-20 : 05:14:33
Hi

I have created a test database. and changed the collation to Japanese_CI_AI using "alter databse test collate Japanese_CI_AI " command. Created a table with a column xxx datatype varchar and if i try to insert a japnese character in this column its giving error. Can any body tell why this is happening?

I am running sql server 2000
alter command run successfully.

Thanks
Ramakrishna

mr_mist
Grunnio

1870 Posts

Posted - 2004-07-20 : 05:53:28
See http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=37690

Duplicate thread.

-------
Moo. :)
Go to Top of Page
   

- Advertisement -