Hello,I have a requirement to implement CDC for 50+ tables to implement incremental data changes warehouse/reporting rather than exporting the whole table data. The largest table is having more than half a billion records. The warehouse use a daily copy of OLTP db (daily DB refresh). How can I accomplish this. Is there a downside in implementing CDC just for the sake of taking incremental changes on the tables?Is there any performance impact if we enable CDC on OLTP db?Can we make use of the CDC tables on the environment we do daily db refresh so that the queries don't hit OLTP database?What is the best way to implement CDC to take incremental changes for reporting.Many Thanks!
↧