Running 2016 SP1 standard. I have a database that gets synced hourly from a CDC enabled database. I need to move this database to another server/instance. Just to confirm this is the destination database receiving incremental data not the CDC enabled database (which does not change server). This destination database gets refreshed by a SSIS package using standard SSIS CDC tools: control flow, data source, splitter. The SSIS package is deployed to catalog on original ETL/database server.
In order to move this database and ETL to another server/instance, I see:
Before migration: deploy SSIS package to new server catalog, reconfigure environments/parameters, keep job disabled.
Actual Migration: stop hourly agent job on original server, restore destination database to new server and start sync agent job on new server.
Please let me know if you have any guide, hyperlink similar to this.
Thank you,