Hi,
I need some suggesstion regarding which SSIS tasks to use regarding my job in hand. Basically what I need is to extract data from joining multiple tables and then load to a particular output database.
How I can go about it
Thanks
Hi,
I need some suggesstion regarding which SSIS tasks to use regarding my job in hand. Basically what I need is to extract data from joining multiple tables and then load to a particular output database.
How I can go about it
Thanks
SSIS Tasks
Emac80
Are the tables in the same database If so you should write a SQL statement to do the join in an OLE DB Source Adapter.
if they are not in the same database then look at using MERGE JOIN component.
-Jamie