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)
 Load Remote files data into SQL Server Database

Author  Topic 

vyelchri
Starting Member

12 Posts

Posted - 2009-11-23 : 03:57:00
Hi,

we have some files (files count will vary based on the day) in FTP location. we want to load each file data into a table in SQL Server database using SSIS package FTP task.

Can some body please assist me how to create a package?

Thank you,
Venu Yelchri

Thanks,
VB

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-11-23 : 09:44:48
you can use ftp task to get files onto your folder. then use for each loop to loop through files and use dataflow task to transfer data using flat file source and oledb destination to get data onto table.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-11-23 : 09:52:55
http://www.sqlis.com/post/Looping-over-files-with-the-Foreach-Loop.aspx
Go to Top of Page
   

- Advertisement -