December 18, 2008 at 3:40 am
Hello There,
I'm new to SSIS and i want to run a FTP task in SSIS.Basically I want to transfer some zip files from a FTP server and unzip them and load data to SQL Sever database.Do any one of you can help me on this or direct me to any supportive documention?
This could be a great relief for me!
Nalin
December 18, 2008 at 8:10 am
nalin_abeywardana (12/18/2008)
Hello There,I'm new to SSIS and i want to run a FTP task in SSIS.Basically I want to transfer some zip files from a FTP server and unzip them and load data to SQL Sever database.Do any one of you can help me on this or direct me to any supportive documention?
This could be a great relief for me!
Nalin
Nalin,
You can accomplish this. However you have to start familiarize yourself with SSIS. Check the SSIS samples here.
The FTP functionality can be accomplished with the standard FTP Task. However the standard FTP Task is not secure. Check SFTP Task for secure FTP Task.
There is no easy unzipping available in the out-of-the-box SSIS. Check the Zip Task for unzipping.
For the loading of data you have to use the DataFlow Task. This is where you design your transformation process.
December 18, 2008 at 8:21 am
Hi,
Thank you very much for the response.I'll start looking at these and come back for further help!
Thanks!
December 18, 2008 at 8:36 am
Hi,
I am using SQL Server 2005 Integration services.I cannot fin any SFTP Task or UnZIP Task on the Control Task tool bar........?
Colud you please explain
December 18, 2008 at 9:26 am
Hi,
Thank you very much..
I'll try on this
December 18, 2008 at 6:10 pm
You would need licenced version of Cozyroc to deploy on your servers.
December 19, 2008 at 1:30 am
Hi There,
Thanks for the information.
I'll keep in touch...
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply