Import Package Error - Cannot Convert between Unicode and Non Unicode String Data Type

前端 未结 16 653
小蘑菇
小蘑菇 2021-01-31 13:29

I have made a dtsx package on my computer using SQL Server 2008. It imports data from a semicolon delimited csv file into a table where all of the field types are NVARCHAR MAX.

16条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-31 14:17

    1.add a Data Conversion tool from toolbox
    2.Open it,It shows all coloumns from excel ,convert it to desire output. take note of the Output Alias of
    each applicable column (they are named Copy Of [original column name] by default)
    3.now, in the Destination step, click on Mappings
    

提交回复
热议问题