Hello,
I trying to import data from Oracle to SQL Server , and I have an issue with decimal places.
In Oracle I have a number with 36 decimal places, when I trying to bring it to SQL(load to the table) , SQL thinks that it's a nvarchar(38) and still have an error:
Text was truncated or one or more characters had no match in the target code page.
Number looks like that:
73.865092402464065708418891170431211499
Please advise , what I should do in SSIS so it going to work
Thanks