简体   繁体   中英

Azure SQL Database download .bacpac

I want to export my current database backups from Azure to my local on-premise environment. I have created a .bacpac file from the Azure SQL Database and stored this within my Azure Blob Storage.

However, whenever I download my backup it is always downloaded as a .ZIP file and not a .bacpac file. How can I ensure that I download a .bacpac file?

To export your SQL Database from Azure , navigate to the Azure portal for your SQL Database. You should be able to simply click the 'export' button at the top of the 'Overview' blade.

Azure SQL数据库概述刀片

On the next blade, you will then need to specify

  • The BACPAC filename
  • The Azure storage account
  • The container for export, and
  • The credentials to connect to the source database

You can then see the progres under "Import/Export" history on the 'Overview' blade towards the bottom.

When you are prompted to save the file locally, simply change the extension from .ZIP to .bacpac.

A .bacpac file is simply a ZIP file (with a .bacpac extension and contains the metadata and data from the SQL Server database).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM