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)
 Unicode to different collation

Author  Topic 

yukhang
Starting Member

1 Post

Posted - 2005-08-10 : 21:24:07
Dear All master

I have a collation problem in SQL Server, please kindly help me.

Actually we are running a web interface with encoding UTF-8, and SQL Server are using Nvarchar to store the data from web interface. Besides the default collation for SQL Server is using (SQL_Latin1_General_CP1_CI_AS).

Now, i need to transfer the data from the above table to one new SQL Server in Korea which using (Korean_Westin) and Varchar data type.

Is that possible to make it ?

I tried the collate function but seem not working for me at all.

Thanks
Louis
   

- Advertisement -