SSIS Convert Between Unicode and Non-Unicode Error

后端 未结 8 1897
别跟我提以往
别跟我提以往 2020-12-24 04:52

I have an ssis package where I am using an OLEDB source linking to SQL Server 2005 table. All columns except a date column are NVARCHAR(255). I am using an Excel destination

8条回答
  •  别那么骄傲
    2020-12-24 05:14

    I have been having the same issue and tried everything written here but it was still giving me the same error. Turned out to be NULL value in the column which I was trying to convert.

    Removing the NULL value solved my issue.

    Cheers, Ahmed

提交回复
热议问题