" ... more than one code page (950 and 1252) are specified for it.

  • Hello,

    I had the above problem when I tried to use SSIS package through SQL Agent Job to load records into SQL 2008, some of the columns are Chinese characters, so I used the following settings in my Flat File Connection Manager :

    Locale : English (United States),

    NOT clicked Unicode but Code page was : 950 (ANSI/OEM - Traditional Chinese Big5)

    Data source : text file (Encoding : ANSI)

    I got the above error when I executed the SQL Agent Job.

    If I chose 1252 (ANSI - Latin1) Code page, no error but the Chinese became garbage.

    How can I use SSIS package to load both English and Chinese into SQL 2008 ?

    Please help me.

  • I'm intrigued to see how you have Chinese characters in a non-Unicode source file.

    Could you provide a small sample file for us to experiment with?

    Just a few rows and the destination table definition would be awesome, thanks.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply