Hi,
Is SSMA supports in any way convertation UTF-8 strings to SQLServer corresponding data?
I tried diffrent combinations with nvarchar target type, custom migration sql with Oracle's conver(column, charset_from, charset_to)..
And have not acceptable results from Oracle error (ORA-29275: partial multibyte character) to unreadable values in target table.