October 11, 2018 at 10:50 am
Hi,
I want to load the below table into SQL Server Database using SSIS package. Can you one please tell me how to achieve this? I am quite struggling to load.
Regards,
Danny
October 11, 2018 at 10:57 am
October 11, 2018 at 11:03 am
Yes mistakenly posted. Sorry about that, please.
October 11, 2018 at 12:51 pm
If you create a named range in the Excel spreadsheet, you can use it as a table name in an Excel connection and insert directly into that part of the spreadsheet.
If the SSIS package runs on a system with Microsoft Office installed, you could use object automation in a script task to open the spreadsheet and use Excel methods to populate specific cells.
PowerShell also can do a great job of working with a spreadsheet. Assuming also is running on a system with Excel available.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply