Hi team,
i have a requirement to sync tables (for now 2) between two database in different instance.
Tables: TableA, TableB both has create & update timestamp fields
Instance1--> DB1 --> TableA, TableB SQL Server 2012
Instance2--> DB2--> TableA, TableB SQL Server 2016
No change in structure, just data need to be transferred in real time including CRUD operation changes.
What is the best way to do this ?
1. SSIS package in both end, export delta changes to NAS , then reimport via SSIS package on other end.- Too many tasks
2. any other latest ways and fast.
Please note CDC not allowed..
Balamurugan