I want to load data into SQL Table from excel file . I have multiple tabs in a excel sheet and i need to load multiple excel sheet at a single time. Metadata in all excel sheet is same. Only difference in that first tabs contains the header row and other doesn't. It is because while exporting the data into excel and if number of rows exceed excel 2003 limit it shifts data into next tab. (I can't use excel 2007 or higher).
Currently i am using SSIS 2005 with excel 2003. Can you please provide me some suggestions.