Hi All,
I'm (very) new to SSIS and I was wondering whether anyone could offer any advice as to the best approach to structuring my ETL process. I'm extracting a number of tables and loading them into a different database. I'd like to be clear as to whether the best approach would be to create a separate package for each table or to do it all within one package? There are about 15 tables (94MB of data).
If you do it all in one package it seems that a failure in the process for one table causes the others to fail, which is obviously not ideal. I'm wondering if the solution is to create separate packages or whether there is something that can be done to isolate each process from the other within the same package? Any thoughts on best approach would be appreciated.
Thanks,
Tom