hI aLL,
i am using oracle as source and the column name is arabic_name datatype in oraclae is varchar2(50),here in oracle basically the data is some rows in arabic and some rows in english .while i am loading this into sql server destination ,where ever the rows with english names its showing and in the arabic rows its showing me like below screenshot.
and also i tried to cast that filed into nvarchar2(50) also its not worked out.please suggest me the solution.