We're in the process of a server migration from an on-prem server (Win2008R2) to Azure PaaS.
To move the DBs, we used the Microsoft Data Migration Assistant (DMA) tool, which worked great and we can connect to the migrated Azure DB via SQL Server Management Studio.
Considering:
- Made quite a few changes to the migrated Azure DB (tables, stored procedures, indexes) to work with the apps in Azure
- Combined multiple on-prem DBs into one DB in Azure via DMA to save costs
- On-prem DB is continually being modified by insert/update operations (multiple tables) during the migration process
Question: what is the best and fastest way to migrate data (all vs missing/updated) considering the above?