Migrating onpremises SQL Server Database to Azure SQL Database

salilsingh-9961 346 Reputation points
2021-03-24T17:05:02.383+00:00

Hi Team,

My requirement is that after every few days i need to migrate my on-premises SQL Server Database to Azure SQL Database. On-premises database will be updated in every few days.

  1. What are the mostly used and cost effective options which are used when migrating on-premises SQL Server database to Azure SQL Database?
  2. Based on above requirement which options shall I use to make sure once full backup of on-premises database is migrated to Azure SQL Database, incremental backups are migrated/merged correctly to already existing Azure SQL Database?
  3. Can Azure Database migration service be used for #2, is it possible to automate this service so that it runs after specific time interval and migrates/merges the on-premises database correctly to Azure SQL Database? If this service could not be used for this operation, could you please suggest some other option?
  4. It will be really helpful if you provide links/ example for this.

Thanks,
Salil

Azure SQL Database
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 29,886 Reputation points MVP
    2021-03-25T03:22:40.623+00:00

    You can use Data Sync to sync your On Prem Database to Azure SQL database

    1 person found this answer helpful.