Skip to content

Commit b4a6c9e

Browse files
SQL restore updates
1 parent 7bec236 commit b4a6c9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/backup/restore-sql-database-azure-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore SQL Server databases on an Azure VM
33
description: This article describes how to restore SQL Server databases that are running on an Azure VM and that are backed up with Azure Backup. You can also use Cross Region Restore to restore your databases to a secondary region.
44
ms.topic: conceptual
5-
ms.date: 07/18/2023
5+
ms.date: 08/03/2023
66
ms.service: backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
@@ -124,7 +124,7 @@ To restore the backup data as .bak files instead of a database, choose **Restore
124124

125125
1. Select **Restore Point**, and select whether to [restore to a specific point in time](#restore-to-a-specific-point-in-time) or to [restore to a specific recovery point](#restore-to-a-specific-restore-point).
126126

127-
1. All the backup files associated with the selected recovery point are dumped into the destination path. You can restore the files as a database on any machine they're present on using SQL Server Management Studio.
127+
1. When doing SQL database point-in-time restore using **Restore as files**, it'll store all the recovery points from the *Full backup* to the *selected point-in-time*. Then you can restore using these files as a database on any machine they're present using SQL Server Management Studio.
128128

129129
![Restored Backup Files in Destination Path](./media/backup-azure-sql-database/sql-backup-files.png)
130130

0 commit comments

Comments
 (0)