I am trying to accomplish basically the same thing, but am having big issues with it:
using SQL 2005 to run SSIS and export file name myfile_.csv and placing it in folder on the same server "c:\apps\SalesExport\myfile.csv
This works great, but now I either need to rename the file on the way out or after the fact to add datetime stamp like myfile_031303291245.csv. I am lost, been working on this for several days, any help would be great, thanks