There are hundreds of flat files
for each file i need to create a table in SQL-server and enter the file contents into the table
example : Flat_Files: SQL-SERVER Table: FileA.txt fileA FileB.txt fileB FileC.txt fileC ... and so on.
how to achieve this in SSIS.
Ps: i am beginner to all of this.