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.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 task

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/
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2009-10-01 : 07:14:06
The link is broken. Copy it and paste in IE

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

arkiboys
Master Smack Fu Yak Hacker

1433 Posts

Posted - 2009-10-01 : 08:12:01
thanks
Go to Top of Page
   

- Advertisement -