Skip to content

Commit 4a1f3e9

Browse files
authored
Update to accuracy
Update to accuracy
1 parent beaa041 commit 4a1f3e9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/sql-database/sql-database-recovery-using-backups.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ For a single subscription, there are limitations on number of concurrent restore
6060
Currently there isn't a built-in method to restore the entire server. The [Azure SQL Database: Full Server Recovery](https://gallery.technet.microsoft.com/Azure-SQL-Database-Full-82941666) script is an example of how you can accomplish this task.
6161

6262
> [!IMPORTANT]
63-
> To recover using automated backups, you must be a member of the SQL Server Contributor role in the subscription or be the subscription owner - see [RBAC: Built-in roles](../role-based-access-control/built-in-roles.md). You can recover using the Azure portal, PowerShell, or the REST API. You cannot use Transact-SQL.
63+
> To recover using automated backups, you must be a member of the SQL Server Contributor role in the subscription or be the subscription owner - see [RBAC: Built-in roles](../role-based-access-control/built-in-roles.md). You can recover using Azure portal, PowerShell, or the REST API. You cannot use Transact-SQL.
6464
6565
## Point-in-time restore
6666

67-
You can restore a standalone, pooled, or instance database to an earlier point in time using the Azure portal, [PowerShell](https://docs.microsoft.com/powershell/module/az.sql/restore-azsqldatabase), or the [REST API](https://docs.microsoft.com/rest/api/sql/databases). The request can specify any service tier or compute size for the restored database. Ensure you have sufficient resources on the server to which you are restoring the database. Once complete, a new database will be created on the same server as the original database. The restored database will be charged at normal rates based on its service tier and compute size. You do not incur charges until the database restore is complete.
67+
You can restore a standalone, pooled, or instance database to an earlier point in time using Azure portal, [PowerShell](https://docs.microsoft.com/powershell/module/az.sql/restore-azsqldatabase), or the [REST API](https://docs.microsoft.com/rest/api/sql/databases). The request can specify any service tier or compute size for the restored database. Ensure you have sufficient resources on the server to which you are restoring the database. Once complete, a new database will be created on the same server as the original database. The restored database will be charged at normal rates based on its service tier and compute size. You do not incur charges until the database restore is complete.
6868

6969
You generally restore a database to an earlier point for recovery purposes. You can treat the restored database as a replacement for the original database or use it as a source data to update the original database.
7070

@@ -76,7 +76,7 @@ You generally restore a database to an earlier point for recovery purposes. You
7676

7777
If you plan to retrieve data from the restored database to recover from a user or application error, you need to write and execute a data recovery script that extracts data from the restored database and applies to the original database. Although the restore operation may take a long time to complete, the restoring database is visible in the database list throughout the restore process. If you delete the database during the restore, the restore operation will be canceled and you will not be charged for the database that did not complete the restore.
7878

79-
To recover a single, pooled, or instance database to a point in time using the Azure portal, open the page for your database and click **Restore** on the toolbar.
79+
To recover a single, pooled, or instance database to a point in time using Azure portal, open the page for your database and click **Restore** on the toolbar.
8080

8181
![point-in-time-restore](./media/sql-database-recovery-using-backups/point-in-time-recovery.png)
8282

@@ -85,16 +85,16 @@ To recover a single, pooled, or instance database to a point in time using the A
8585
8686
## Deleted database restore
8787

88-
You can restore a deleted database to the deletion time or an earlier point in time on the same SQL Database server using the Azure portal, [PowerShell](https://docs.microsoft.com/powershell/module/az.sql/restore-azsqldatabase), or the [REST (createMode=Restore)](https://docs.microsoft.com/rest/api/sql/databases/createorupdate). You can [restore deleted database on Managed Instance using PowerShell](https://blogs.msdn.microsoft.com/sqlserverstorageengine/20../../recreate-dropped-database-on-azure-sql-managed-instance).
88+
You can restore a deleted database to the deletion time or an earlier point in time on the same SQL Database server using Azure portal, [PowerShell](https://docs.microsoft.com/powershell/module/az.sql/restore-azsqldatabase), or the [REST (createMode=Restore)](https://docs.microsoft.com/rest/api/sql/databases/createorupdate). You can [restore deleted database on Managed Instance using PowerShell](https://blogs.msdn.microsoft.com/sqlserverstorageengine/20../../recreate-dropped-database-on-azure-sql-managed-instance).
8989

9090
> [!TIP]
9191
> For a sample PowerShell script showing how to restore a deleted database, see [Restore a SQL database using PowerShell](scripts/sql-database-restore-database-powershell.md).
9292
> [!IMPORTANT]
9393
> If you delete an Azure SQL Database server instance, all its databases are also deleted and cannot be recovered. There is currently no support for restoring a deleted server.
9494
95-
### Deleted database restore using the Azure portal
95+
### Deleted database restore using Azure portal
9696

97-
To recover a deleted database using the Azure portal, open the page for your server and in the Operations area, click **Deleted databases**.
97+
To recover a deleted database using Azure portal, open the page for your server and in the Operations area, click **Deleted databases**.
9898

9999
![deleted-database-restore-1](./media/sql-database-recovery-using-backups/deleted-database-restore-1.png)
100100

@@ -151,7 +151,7 @@ Point-in-time restore on a geo-secondary is not currently supported. Point-in-ti
151151
152152
## Programmatically performing recovery using automated backups
153153

154-
As previously discussed, in addition to the Azure portal, database recovery can be performed programmatically using Azure PowerShell or the REST API. The following tables describe the set of commands available.
154+
As previously discussed, in addition to Azure portal, database recovery can be performed programmatically using Azure PowerShell or the REST API. The following tables describe the set of commands available.
155155

156156
### PowerShell
157157

0 commit comments

Comments
 (0)