I've created a simple DTS package to download data in a table to a file. In my table, I have a few float columns, and some of the data looks like "3.0456789e-2". When I run the package, I get exactly that in my text file - "3.0456789e-2", when I really want "0.030456789".
Am I doing something wrong?