Share via

Issue using Cloud DB backup on local SQLserver.

Anonymous
2023-12-07T11:51:09.5333333+00:00

Hello Team ,

Am trying to get the DB backup from Microsoft SQL Azure (RTM) - 12.0.2000.8 and restore on Microsoft SQL Server 2019 (RTM-GDR) (KB5029377) - 15.0.2104.1 (X64) Aug 16 2023 00:09:21 Copyright (C) 2019 Microsoft Corporation Express Edition (64-bit) on Windows 10 Enterprise 10.0 <X64> (Build 19045: ) (Hypervisor). Below is the error encountered.

enter image description here

Now the Question could be why not connect Azure DB directly to SSMS. Due to firewall constraints we could not hence, this approach

Need to understand the versioning concept of Azure so as to have the same version locally.

Azure SQL Database

Answer accepted by question author

Alberto Morillo 35,506 Reputation points MVP Volunteer Moderator
2023-12-07T13:47:37.3566667+00:00

Azure SQL Database is always running on the latest stable version of the SQL Server database engine. Your best bet is to upgrade your SQL Server instance to SQL Server 2022 (currently the latest version of SQL Server), next apply the latest cumulative update available for SQL 2022, then try to import the Azure Database bacpac (backup) to the SQL Server instance in your computer.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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