Hi,
I have a flat file in data flow task that is a desintation. I have a flat file connection object . I export a table from sql server to the flate file. One of the columns is a decimal (16,9) which gets truncate in the flat file even though it has a scale of 9. Forexample 5.843000000 shows as 5.843 and
0.000000000 shows up as 0.