July 25, 2011 at 6:52 am
Hi,
I need to create one SSIS package which will have a csv file as source but the name of the will have current day's dateattached to it.
Datafile07252011.csv for today and Datafile07262011.csv for tomorrow.
Can anyone help with this?
Thanks.
July 25, 2011 at 8:13 am
The following is an example.
Hopefully it will give you some ideas.
http://sql-bi-dev.blogspot.com/2010/08/dynamic-ssis-package-to-import-excel.html
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 26, 2011 at 5:22 am
In this case I do usually use ForEach loop container and simply copy the file into “Work” folder and renaming it to the fixed name. Then connection can be configured to use constant file name.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply