How to do manual backup of Azure Sql database and restore it in a elastic standard Sql Server

Raghava Sai Akula 341 Reputation points
2023-03-21T17:57:15.98+00:00

Hi there,

I am having two elastic standard SQL servers in Azure (one for test & one for live ).

I'm moving one my AdventureWorksDB(for reference) from test server to live sever in order for the first time live application setup.

Steps followed:

By logging into test sever using SSMS instance, I am taking backup(.bacpac) file of one of my AdventureWorksDB & storing it in storage container by clicking on Export data-tier application & now I logged into live instance using ssms and when I right click on AdventureWorksDB (which is newly created using elastic pool & other required settings without schema & data ) , if I right click there is no option to restore or import data-tier application,

The only option I am left with is to right click on databases and click on Import Data-tier Application User's image

But if I do so , A new AdventureWorksDB*21_*03_2022 is getting created which is not part of the elastic pool , which doesn't serve my purpose . could someone help me on this

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,693 questions
0 comments No comments
{count} votes

Accepted answer
  1. GeethaThatipatri-MSFT 27,102 Reputation points Microsoft Employee
    2023-03-21T21:06:26.0633333+00:00

    @Raghava Sai Akula Thanks for posting your question in the Microsoft Q&A forum.

    You need to Right-click on the database you want to back up, and select Tasks

    User's image

    Regards

    Geetha


0 additional answers

Sort by: Most helpful