You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-sql/database/hyperscale-automated-backups-overview.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,8 +96,12 @@ Deleted Hyperscale databases incur backup costs to support recovery to a point i
96
96
97
97
Data storage size is included in the formula because allocated database storage isn't billed separately for a deleted database. For a deleted database, data is stored after deletion to enable recovery during the configured backup retention period.
98
98
99
+
> [!NOTE]
100
+
> The data backup storage size metric only reflects billable backup storage consumed beyond the free allowance of one full database size. The data backup storage size metric only emits a value *after* backup storage consumption exceeds the free allowance.
101
+
99
102
Billable backup storage for a deleted database reduces gradually over time after it's deleted. It becomes zero when backups are no longer retained, and then recovery is no longer possible. If it's a permanent deletion and you no longer need backups, you can optimize costs by reducing retention before deleting the database.
Copy file name to clipboardExpand all lines: azure-sql/managed-instance/restore-sample-database-quickstart.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,9 @@ ms.custom:
20
20
21
21
In this quickstart, you'll use SQL Server Management Studio (SSMS) to restore a database from Azure Blob Storage to [Azure SQL Managed Instance](sql-managed-instance-paas-overview.md). The quickstart restores the Wide World Importers sample database from a publicly available backup file using a Shared Access Signature (SAS) key.
22
22
23
-
> [!NOTE]
24
-
>
25
-
> - For a video tutorial, see [Azure SQL Managed Instance- restore database backup](https://www.youtube.com/embed/RxWYojo_Y3Q).
26
-
> - For more information on migration using Azure Database Migration Service, see [Tutorial: Migrate SQL Server to an Azure SQL Managed Instance using Database Migration Service](/azure/dms/tutorial-sql-server-to-managed-instance).
27
-
> - For more information on various migration methods, see [SQL Server to Azure SQL Managed Instance guide](../migration-guides/managed-instance/sql-server-to-managed-instance-guide.md).
23
+
> [!NOTE]
24
+
> This quickstart is to restore a database that has been manually backed up to Azure Blob Storage. If you're looking to restore from an automated backup, see [Restore a database from an automated backup](recovery-using-backups.md).
25
+
28
26
29
27
## Prerequisites
30
28
@@ -36,11 +34,9 @@ This quickstart:
36
34
-[Enable a public endpoint](public-endpoint-configure.md) on SQL Managed Instance. This approach is recommended for this quickstart.
37
35
-[Connect to SQL Managed Instance from an Azure VM](connect-vm-instance-configure.md).
38
36
-[Configure a point-to-site connection to SQL Managed Instance from on-premises](point-to-site-p2s-configure.md).
37
+
- Requires a backup file stored in Azure Blob Storage. This quickstart uses a publicly available backup file for the Wide World Importers sample database, but you can also use your own backup file stored in your Azure Blob Storage account. For information on how to create a backup file and store it in Azure Blob Storage, see [Back up SQL Server databases to Azure Blob Storage](/sql/relational-databases/backup-restore/sql-server-backup-to-url).
39
38
40
-
> [!NOTE]
41
-
> For more information on backing up and restoring a SQL Server database by using Blob Storage and a [shared access signature key](/azure/storage/common/storage-sas-overview), see [SQL Server Backup to URL](/sql/relational-databases/backup-restore/sql-server-backup-to-url).
42
-
43
-
## Use the Restore wizard to restore from a backup file
39
+
## Use SSMS to restore from a backup file
44
40
45
41
In SSMS, take the steps in the following sections to restore the Wide World Importers database to SQL Managed Instance by using the **Restore** wizard. The database backup file is stored in a preconfigured Blob Storage account.
46
42
@@ -204,3 +200,5 @@ As an alternative to the **Restore** wizard, you can use T-SQL statements to res
204
200
-[SQL Server Backup to URL best practices and troubleshooting](/sql/relational-databases/backup-restore/sql-server-backup-to-url-best-practices-and-troubleshooting)
205
201
-[Connect your application to Azure SQL Managed Instance](connect-application-instance.md)
206
202
-[Azure SQL Database and Azure SQL Managed Instance connect and query articles](../database/connect-query-content-reference-guide.md)
203
+
-[Tutorial: Migrate SQL Server to an Azure SQL Managed Instance using Database Migration Service](/azure/dms/tutorial-sql-server-to-managed-instance).
204
+
-[SQL Server to Azure SQL Managed Instance guide](../migration-guides/managed-instance/sql-server-to-managed-instance-guide.md).
0 commit comments