03Explorer
Technical User
I have 52 text files that I need to import into a single table. It appears each file has the header of column names as first row. Is there a way to use SSIS to gather the file names from the directory and import them? It will be a new table. The server is SQL Server 2008. Each TXT file is proximately 17.6MB file (52 files = 2.32GB)
I know how to setup a basic SSIS package to import from a file into a table, but I want to take it up a notch and have the package do all TXT files.
I know how to setup a basic SSIS package to import from a file into a table, but I want to take it up a notch and have the package do all TXT files.