I have some values that I convert to money in TSQL. Any values that are .00 don't get printed to the output file. So it looks like this.
In the query results in SSMS: 125.00
On the flat file destination: 125
I've tried several methods to get the .00 to print. Suggestions?