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 2008 Forums
 SSIS and Import/Export (2008)
 Loading multiple txt files into table

Author  Topic 

masterdineen
Aged Yak Warrior

550 Posts

Posted - 2013-01-30 : 15:08:16
Hello there,

i have several txt files that i need to load into a file every morning.

using SSIS what is the best method i can do this.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-01-31 : 01:20:06
you can use for each loop with file enumerator

see
http://visakhm.blogspot.in/2012/05/package-to-implement-daily-processing.html

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -