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
 SSIS and Import/Export (2008)
 Importing chinese data into database

Author  Topic 

varalakshmi
Yak Posting Veteran

98 Posts

Posted - 2011-11-28 : 00:09:50
Hi,
I have to extract data from csv files which have chinese characters.
When loading it to the database, the chinese characters are not saved as desired.

What should be done to handle this?

Thanks in advance.

- Varalakshmi

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-11-28 : 03:15:40
whats the datatype used in database? does collation setting support chinese characters?

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

Go to Top of Page
   

- Advertisement -