sql - Arabic characters is appearing as ??? when using SSIS -


i have sql server 2008 r2 , using ssis import date server (sql 2005) production server. when import arabic characters, appearing question marks while working on test environment.

i checked settings , collations server, db, tables , columns. identical. believe not matter of coding since working on test , copied same ssis package used on production.

the source columns have nvarchar datatype while destination have varchar. created simple query select data source , insert destination , working without problem when using ssis import date, not working.

any idea?


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -