I am using data flow task with Excel source to OLEDB destination to import excel data to a sql server table. The data is getting converted from 2 decimal places to several decimal places for certain rows. example 34.24 gets imported as 34.200000039 or something like that (can't get exact value, because I deleted the imported data). How do I set it up so that it gets imported as what it looks like as text?
This looks like a very annoying problem.
Thank you for your help in advance.