1
Answer

Cannot convert between a unicode and a non-unicode SSIS

Sujeet Raman

Sujeet Raman

5y
1.5k
1

When I run ssis package I receive this error "cannot convert between unicode and non-unicode string data types", my source is Sql db and when I check my output columns data type they are all Unicode string[DT_WSTR]( changed the o/p parameters  but still error)and my destination which is SQL data type for Input Columns are DT_WSTR . how can I do this conversion?

help are appreciated in advance friends

Answers (1)