Hi
I am new to SSIS but my background is in ETL with Cognos and SAP. I am planning on using SSIS for a data migration project.
The first stage is to extract data from a variety of sources into a staging schema. My question should each table extraction be one package or should I include multiple tables in one package for concurrent execution. Also what is the mechanism for chaining packages, similar to Process chains in SAP. Ultimately I would like to execute just one object (package, process, chain, whatever) to extract all the tables, some concurrently and some sequentially.
What is the best practice for this in SSIS 2008?
Thanx in advance
Asif