/articles/sql-database/sql-database-point-in-time-restore-portal.md

https://gitlab.com/yeah568/azure-content · Markdown · 53 lines · 37 code · 16 blank · 0 comment · 0 complexity · f987bf6cf4dccb2039707f98eb1ed865 MD5 · raw file

  1. <properties
  2. pageTitle="Restore an Azure SQL Database to a previous point in time (Azure Portal) | Microsoft Azure"
  3. description="Restore an Azure SQL Database to a previous point in time."
  4. services="sql-database"
  5. documentationCenter=""
  6. authors="stevestein"
  7. manager="jhubbard"
  8. editor=""/>
  9. <tags
  10. ms.service="sql-database"
  11. ms.devlang="NA"
  12. ms.date="06/17/2016"
  13. ms.author="sstein"
  14. ms.workload="sqldb-bcdr"
  15. ms.topic="article"
  16. ms.tgt_pltfrm="NA"/>
  17. # Restore an Azure SQL Database to a previous point in time with the Azure Portal
  18. > [AZURE.SELECTOR]
  19. - [Overview](sql-database-recovery-using-backups.md)
  20. - [Point-In-Time Restore: PowerShell](sql-database-point-in-time-restore-powershell.md)
  21. This article shows you how to restore your database to an earlier point in time from [SQL Database automated backups](sql-database-automated-backups.md) using the Azure Portal.
  22. ## Select a database to restore to a previous point in time
  23. To restore a database in the Azure Portal do the following:
  24. 1. Open the [Azure Portal](https://portal.azure.com).
  25. 2. On the left side of the screen select **BROWSE** > **SQL databases**.
  26. 3. Navigate to the database you want to restore and select it.
  27. 4. At the top of your database's blade, select **Restore**:
  28. ![Restore an Azure SQL database](./media/sql-database-point-in-time-restore-portal/restore.png)
  29. 5. Specify a database name, point in time and then click Ok:
  30. ![Restore an Azure SQL database](./media/sql-database-point-in-time-restore-portal/restore-details.png)
  31. ## Next steps
  32. - For a business continuity overview, see [Business continuity overview](sql-database-business-continuity.md)
  33. - To learn about Azure SQL Database automated backups, see [SQL Database automated backups](sql-database-automated-backups.md)
  34. - To learn about business continuity design and recovery scenarios, see [Continuity scenarios](sql-database-business-continuity-scenarios.md)
  35. - To learn about using automated backups for recovery, see [restore a database from the service-initiated backups](sql-database-recovery-using-backups.md)
  36. - To learn about faster recovery options, see [Active-Geo-Replication](sql-database-geo-replication-overview.md)
  37. - To learn about using automated backups for archiving, see [database copy](sql-database-copy.md)