How Can I export and Import a larger database such as 2 Tb from/to Azure SQL Database ?

Prasanna, Prashanth (RIS-CON) 20 Reputation points
2023-05-08T09:54:02.9066667+00:00

Is it possible to Export/Import Backpac file to Azure Blob Storage when database size is 2 TB ? I have seen that limitation is 200 GB. is it increased now ?

Azure SQL Database
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,366 questions
{count} votes

2 answers

Sort by: Most helpful
  1. SSingh-MSFT 16,371 Reputation points Moderator
    2023-05-08T11:37:45.12+00:00

    Hi Prasanna, Prashanth (RIS-CON) •,

    Welcome to Microsoft Q&A forum and thanks for using Azure Services.

    As I understand, you want to know the limit of Database size in Export of Bacpac.

    If you are exporting to blob storage, the maximum size of a BACPAC file is 200 GB. To archive a larger BACPAC file, export to local storage with SqlPackage.

    Reference Document: Export to a BACPAC file - Azure SQL Database Considerations

    Hope the information helps. Please let us know if you face any issue in performing this export.

    If this answers your query, do click Accept Answer and Mark Helpful for the same. And, if you have any further query do let us know.

    Thank you.


  2. SSingh-MSFT 16,371 Reputation points Moderator
    2023-05-09T07:42:26.71+00:00

    Thanks for now providing the details of your requirement.

    You could go ahead with Copy Database option mentioned here: Copy a transactionally consistent copy of a database in Azure SQL Database.

    Refer to the Copy to Different Server and Different Subscription section for more information.

    0 comments No comments

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.