I have a folder called "Access" which contains 400 various access files. Each of these have the same structure, and 6 tables. I need to import these into Microsoft SQL Server (2014). Due to a lack of detail in the Access databases, I also need to run a normalization script after each import to make sure the relationships in the tables are kept.
I've used the wizard, and it works fine, but if there's a way to automatically import all the files and save me a week of work manually importing it would be much appreciated.