Migrating SQL Server with minimal downtime from On premise to Azure using DAG (Distributed Availability Group)
We have to migrate the SQL server from 2016 to 2019 with minimal downtime by configuring DAG. See the below process how to migrate with minimal downtime I have a single standalone server having version SQL 2016 and need to migrate the server to 2019 version. The user is not giving downtime to migrate the server having multiple database more than 200GB each. We have tried on lower version to migrate using DAG with minimal downtime. 1. We have to create different Cluster on both servers. 2. If we are migrating the server on Azure cloud then distributed availability groups are not allowed for DNN, SQL should not be DNN (DNN Listener). creating windows cluster on both server, select the server those need to configure always on and do validations and give cluster name and IP if we are creating the WFCS on Azure cloud there will be no option to provide cluster IP, it will take ip of one of the server those are in always on. Hence we have to use script to create cluster usi...