Answered by:
CDC

Question
-
First time doing CDC in SSIS, Do I need to have two separate SSIS package for Initial load and Incremental load?
help me to get started, what are steps to implement
thanks
VWednesday, February 17, 2016 6:27 PM
Answers
All replies
-
-
it is very useful link , I have a question, the article explain about one table as an example, i have about 7 tables. My understanding from doc.
1. I need to create 14 ssis package (7 for full load and 7 for incremental) right?
2. 7 cdc_states tables with different name?
Can some help me to understand CDC implementation in SSIS for my requirment
Thanks
V
Thursday, February 18, 2016 12:33 AM -
Still can be part of one package if you wish so, just need multiple pairs of everything and the load does not need to happen in a particular order then you do not need to connect the pairs which means it will run in parallel.
There is nothing wrong if you will go with multiple packages either, the solution may as a result become more maintainable.
Remember, every element must exist to ensure smooth operation not how they are broken apart.
Thursday, February 18, 2016 1:29 AM -
Let me clarify, what you are saying is, if i add multiple tables in same ssis, it should work right?
incremental ssis package, i can load tables, sequentially right?
- Edited by Vaishu Thursday, February 18, 2016 3:13 AM
Thursday, February 18, 2016 3:11 AM -
-
i am good on init load it is one time load, for incremental load, can we have one package for all tables, 7 seq. container for 7 table , executed sequentially, In this way, i can have one package for all my tables and one cdc_stage table. thanks in advance for your help to understand cdc implementation
Thursday, February 18, 2016 3:46 AM -