July 30, 2010 at 9:02 am
You may use xp_cmdshell to execute the command line parameters for the FTP command. Also you may try using SSIS
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
July 30, 2010 at 10:09 am
Currently i am doing it manually by drag and drop method
Sounds like you already have a load method and you just need to get the files, I would use SSIS FTP task to pull each file in turn and drop into your load folder.If the source is secure FTP then the in box FTP component will not work but there are scripts available or use Cozy Roc SFTP component (it's good)
July 30, 2010 at 11:21 am
I havent used FTP Task till now. Can you please let me know how i can do this with the FTP Task?
July 30, 2010 at 11:50 am
Have you used SSIS?
July 30, 2010 at 12:25 pm
Yes but not much. I worked most on DTS. I didnt use FTP task till now in SSIS. If you can brief me how to use FTP TASK for my automated process that would be great.
July 30, 2010 at 1:00 pm
Try this article
Viewing 6 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply