Jason Jenkins needs a dynamic filename:
In a recent project we needed to create an SSIS package to export data from a SQL Server table to a CSV file. One of the requirements was to dynamically append the date to the file name each time a file was generated. This post will cover how to create a dynamic file name with the date included (YYYYMMDD format) in the file name.
Click through to see how. Hint: it’s expressions. It’s always expressions with SSIS.