I am trying to create a DTS package that pulls in data from an excel workbook with 3 excel sheets and manipulates the data. I want each sheet to be loaded as its own table. I have a stored proc that contains the commands to manipulate the data. I want the package to grab the data from the sheet and call the stored proc. In DTS I have a connection to the spreadsheet and an execute SQL task that calls the stored proc, but I have to be missing the step that actually pulls the spreadsheets in before calling the stored proc??? Help! Thanks a million!
Start Free Trial