We had a requirement to enable all tables CDC and migrate the updates to the database backup which were taken prior to enabling CDC.
- Step 1: Take the database backup at x point time.
- Step 2: Enable CDC on the database and Enable CDC on all the tables.
- Step 3: After the Y point of time we would need to merge data changes to the database backup we took at step 1. i.e (X to Y point of time changes needs to be merged to the backed-up database.)
Could you please help me out on this?.