Hi! I have this awesome Excel workbook with like 90 worksheets in it. I want to import each of these worksheets as their own table using the worksheet name as part of the table's name. So if the worksheet is called This_Part I want to call the table Eff_This_Part.
I have an SSIS package created that iterates through the workbook using an Excel source and a ForEach that then uses a variable name to slap the worksheet in memory into an SQL Destination.
How do I dynamically create those named table?