Hi ALL,
We have Oracle as Source & SQL as Target. In Souce table we have value in Decimals (Data Type Numerci) & Target we have column datatype Money. When load data into SQL Target Table Decimal values are not displaying.
For Example: We have value as 10.15 in Orcale Souce Table but after loading to Target SQL Server It is displaying 10.00.
How to handle this?
Thanks Shiven:) If Answer is Helpful, Please Vote