I have an SSIS package that takes data from an OLEDB input and outputs it as a .csv file via a flat file destination. This works fine, but I want to add a time stamp to the name of the output file: FileDeliveryPath\myfile_YYYYMMDD.csv. I assme this is done in the connection manager.
I'm sure it's easily done but I haven't been able to figure it out.
I'm using Visual Studio 2008.
Thank you in advance for help and suggestions.