SSIS Unicode&non-Unicode

  • I am trying to import a flat file into SQL 2005.

    The file is a .txt file with 8 columns.

    I am getting the attached error when running the package.

    Please can anyone tell me in laymans terms what the hell this means?:crazy:

    THANKS

  • make sure that you have varchar datatype both in source and destination. you will get that error when the datatypes are mismatched between nvarchar and varchar I guess..

  • Try using the Data Conversion transformation for changing the data types.

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

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