i am very new to ssis !
i wanted to know the below.
How to load multiple files into sql-server using ssis tasks?
I am currently working on datawarehouse. i have a bunch of files each in separate folders
the folders are
Myfolder
->subfolder_21-03-2009.txt
->Mysubfolder_21-03-2009.txt
Myfolder1
->subfolder_22-03-2009.txt
->Mysubfolder_22-03-2009.txt
Myfolder2
->subfolder_23-03-2009.txt
->Mysubfolder_23-03-2009.txt
I am able to load Subfolder.*.txt
into sql-server DB(table 1) using foreachloop
In ssis..
now can somebody tell me how'd i load mysubfolder.*.txt
into Sql-server(table 2) DB
i want to load multiple files into sql-server in a single process.
please somebody guide me !