Restore SQL Pool from Restore Point in Different Zone

Taiob Ali 101 Reputation points MVP
2024-11-26T15:23:15.24+00:00

Can a dedicated SQL pool in Azure Synapse Analytics be restored using a restore point (snapshot) from a different zone when the source zone (where the snapshot was taken) is unavailable due to a region outage?

Reference: Restore from Restore Points

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ganesh Gurram 7,295 Reputation points Microsoft External Staff Moderator
    2024-11-26T17:28:14.77+00:00

    @Taiob Ali - Thanks for the question & using MS Q&A forum.

    Azure Synapse Analytics supports geo-redundant backups, which allow you to restore your data warehouse to a different geographical region.

    User's image

    Here's how you can perform a geo-restore:

    1. Identify the Source Workspace and SQL Pool:
      • Determine the workspace and SQL pool where the restore point was created.  
      • Ensure that the target workspace is located in a different zone or region.
    2. Create a New SQL Pool:
      • In the target workspace, create a new dedicated SQL pool with the same configuration as the original one.
    3. Restore from Restore Point:
      • Navigate to the Additional Settings tab during the creation of the new SQL pool.  
      • Select Use Existing Data.
      • Choose the Restore point option.
      • Select the source workspace and the SQL pool you want to restore from.
      • Select the desired restore point.

    Note: Ensure that your SQL pool has geo-redundant backup enabled to protect your data in case of regional failures.

    For more details refer to this: Backup and restore dedicated SQL pools in Azure Synapse Analytics

    Restore an existing dedicated SQL pool

    Hope this helps. Do let us know if you have any further queries.


    If this answers your query, do click `Accept Answer` and `Yes` for was this answer helpful. And, if you have any further query do let us know.

    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.