two reports into one excel SSIS

InSanity

Supre Grnadmastre
Joined
Aug 18, 2008
Messages
17,254
Reaction score
1,342
Location
JHB
Ok Base scenario i have two reports that are called from a web service i want to then put these reports into one excel spreadsheet (e.g.Sheet1 sheet2) using a SSIS package is this possible? If so how ?:confused:
 
Not sure what you mean by SSIS but if the webpage is in a table then
Data > Import External Data > New Web Query
 
looks like you'd need to create two data flows - one to read from each source,

In each Data Flow
Create the Source object
Link it to an Excel Destination.
in the Excel Destination - select the spreadsheet, and then select the worksheet.

Make sure the dataflows run in series, else you might lock the sheet.
 
Top
Sign up to the MyBroadband newsletter
X