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