Forum Discussion

Ljs007's avatar
Ljs007
Copper Contributor
Sep 10, 2020

Hosted SQL advice please

I’m looking to migrate away from our on prem DC and separate SQL server into Azure.

 

My plan is to join our Windows 10 clients to our existing Azure domain (AAD), continue to use Exchange online for email and move files and folders to OneDrive.

 

All of the above I’m happy with so far.  The bit I’m unsure about is our SQL databases which our client software uses. I know I can create a SQL instance in Azure and potentially migrate our data across to it but am concerned about latency between the client app and the azure sql instance. We have a 100mb/100mb leased line as our internet link.

 

any advice on this please

  • HusseinAwad's avatar
    HusseinAwad
    Copper Contributor
    Consider the size of your DB, if it's small, you can set up a replica to the Azure SQL.

    But if the size if big, then it's better to backup your on prem DB and upload it to Azure then restore it to Azure SQL.
    Then setup a replication between on prem DB and Azure SQL. Once they both are lined up. Disconnect the on prem DB and direct users to use the Azure SQL DB instead. This shift needs to be done in a pre defined maintenance window to avoid any business disruption

    Hope this helps!

Resources