SQL Azure import bacpac issue

JoelP 366 Reputation points
2023-05-25T03:55:23.3233333+00:00

Hi,

I have exported an SQL Azure DB from the portal in a storage account. No issues exporting...

Now, I'm trying to import the bacpac into a new SQL Azure server from the portal but is giving me below issues. I have tried removing master key, import in premium tier, but no success

User's image

any suggestions?

Note: I tried importing ssms with success but taking a long time...

Azure SQL Database
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2023-05-25T04:16:29.6933333+00:00

    Instead of that approach try to create a new database on the new Azure SQL logical server, while creating the new database, make a click on "Additional settings", and select Backup, to restore a point-in-time restore of the source database to the database you are creating.

    User's image


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.