Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2009-10-01 : 05:11:47
|
Hi,After uploading the data in a file, I am archiving the file into a folder on the network. Now I would like to do the following:Create a folder which has today's date and then place the file into it. So on each archive, a new folder is created for the day and the file gets stored in it.Question:Is ssis which task do i use to create a folder with today's date and then move the file into it?Is this to do with new file connection?Thanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-10-01 : 05:14:37
|
http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/63152/ |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-10-01 : 07:14:06
|
The link is broken. Copy it and paste in IEMadhivananFailing to plan is Planning to fail |
 |
|
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2009-10-01 : 08:12:01
|
thanks |
 |
|
|
|
|