Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Handling data in an SSIS package
Message
De
08/07/2014 11:51:33
 
 
À
08/07/2014 11:40:16
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Business Intelligence
Versions des environnements
SQL Server:
SQL Server 2008 R2
Application:
Desktop
Divers
Thread ID:
01603326
Message ID:
01603327
Vues:
46
Nick, you can do this several different ways:

1) In the data flow, you could set up two different data sources (OLE DB data source or ODBC data source) for the two tables, and then use a MERGE JOIN transformation in the data flow to join them together. Note that the MERGE JOIN requires that both inputs be sorted by the same column.

From there, you'll have one pipeline flow. At that point you can use an Excel destination

2) back in SQL server you could join the two tables and then use an Excel destination in the SSIS data flow.



Now, these might help....here's a webpage from when I taught SSIS. (Don't laugh at the website, it was a quick and dirty way to provide a portal for students to get at video files).

http://kevin_s_goff.typepad.com/setfocusadditionalbi/ssis-1/

There are 2 videos in particular that might help you out. They are towards the bottom of the page.

SSIS Multicast and Excel Destinations
Using SSIS Merge JOIN with CSV Files
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform