Is there any way of configuring the CDC Source and CDC Splitter programmatically?
I have coded the CDC Initial load to programatically go through a list of tables and bring across all of the data for each specified table
I would like to do the same with the CDC Source and CDC splitter controls in a DataFlow task - i.e. put them into a ForNext container and loop around a list of table names, with the DataFlow task bringing across all of the Changed records for the table - and putting into destination tables
Is this possible - or do i have to "hand-code" a new DataFlow task for each (and every) table that i want to capture / bring the data across for ??
(or if not possible, is that why theCDC examples i have seen have only one table in ???!!???)