SSIS 2016. importing a column from text file into sql server table into a column of NVARCHAR(50) datatype. getting errors that nonunicode and unicode datatypes source/destination cannot be resolved. What is the best way to overcome that?
SSIS 2016. importing a column from text file into sql server table into a column of NVARCHAR(50) datatype. getting errors that nonunicode and unicode datatypes source/destination cannot be resolved. What is the best way to overcome that?
thank you.
Add a data conversion transformation to convert to unicode before inserting.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply