SSIS Error : Cannot Convert between unicode and non-unicode string datatypes
SSIS Error : Column '%s' Cannot Convert between unicode and non-unicode string datatypes.
We will get this error when the destination Table column datatype is Nvarchar and OutPut Column Data Type in SSIS Transformation is String[DT_STR] then you will get this error .
We will get this error when the destination Table column datatype is Nvarchar and OutPut Column Data Type in SSIS Transformation is String[DT_STR] then you will get this error .
We can solve this error by giving Correct datatype in this case ie Unicode String [DT_WSTR]
you can set the value as shown in below fig .
Comments
Post a Comment