Restore a database from a Managed instance to a local SQL Server

Mike Hartman 26 Reputation points
2021-07-08T14:00:09.817+00:00

We are getting the following message when trying to restore a database from a SQL Managed instance to an on-premise sql server:

TITLE: Microsoft SQL Server Management Studio


Restore of database '330547' failed. (Microsoft.SqlServer.Management.RelationalEngineTasks)


ADDITIONAL INFORMATION:

System.Data.SqlClient.SqlError: The database was backed up on a server running version 15.00.2148. That version is incompatible with this server, which is running version 15.00.4138. Either restore the database on a server that supports the backup, or use a backup that is compatible with this server. (Microsoft.SqlServer.SmoExtended)

What is the proper way to restore a SQL Azure managed instance database to an on-premise SQL server?

Thanks in advance!

Mike

Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. Alberto Morillo 33,861 Reputation points MVP
    2021-07-08T18:52:58.227+00:00

    Please create a bacpac of the database and restore it. Do not try to restore a backup as explained here.

    0 comments No comments

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.