Using backup in other environments

Jose Marcelo Dias de Oliveira 21 Reputation points
2021-05-20T14:48:00.463+00:00

Hi,

We have an internal process where it is necessary to restore a database to perform several tests before updating our applications. How would this be done using the SQL Server managed instance or Azure SQL Database? Can i restore a backup in my on-premisses environment or i need to create another instance for that?

Best regards.

Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. Nandan Hegde 35,911 Reputation points MVP Volunteer Moderator
    2021-05-20T17:48:16.863+00:00

    Hey,
    There are multiple factors to be considered:

    1. maintaining a SQL mi instance is very costly. So just for the sake of test cases ,one need not create a new instance but deploy a new database in the same instance ( with a different name)
    2. though there is no cost for Azure logical server, meaning you can create a SQL server in Azure with no cost bearing .
      One can either create a database with new name in the same server or deploy it on a new server.

    And finally based on my understanding, one can migrate database from on prem to Azure but nit vice versa.
    So my thoughts are you cannot restore Azure SQL database to n onprem server as there are some features like elastic queries only for Azure SQL database


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.