I have a folder with more than 300 Access databases (written by a program over which I have no control). They all have the same structure, just a single table. I am importing the data into a table in SQL Server (2005). Using the import wizard works great, but it only works with one Access db at a time. The field names in the table on the SQL Server are the same as the ones in the table in Access and the datatypes match also. I have imported a couple of these databases as a test, and they work fine, but because I have so many, I need a way to do it more efficiently.
I have searched and searched for a way to do this, and I thought I was on to something using a Data Flow Task inside a ForEach Loop Container. However, I only see a way to do this with Excel files or flat files as sources.
Any help is greatly appreciated.