I have a package that has simple data flow task. The data flow task has an ole db connection to a SQl
2005 database and it executes a query that then flows to a csv file to a location.
The package will be executed many times overwriting the same file output.
My question is, how can you name the ouput file with a unique naming convention so that we
keep a history of each output. Example, I wish to name my output file Customer_30062008_v1.csv