Skip to content

Commit ff37239

Browse files
Merge pull request #282045 from AbhishekMallick-MS/Jul-29-2024-EEE2
Addressed EEE doc ask #14759986
2 parents f85ca71 + 097c0ac commit ff37239

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
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: how-to
5-
ms.date: 09/11/2024
5+
ms.date: 09/19/2024
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
@@ -35,6 +35,8 @@ Before you restore a database, note the following:
3535
- We strongly recommended to restore the "master" database using the [Restore as files](#restore-as-files) option and then restore [using T-SQL commands](/sql/relational-databases/backup-restore/restore-the-master-database-transact-sql).
3636
- For all system databases (model, msdb), stop the SQL Server Agent service before you trigger the restore.
3737
- Close any applications that might try to take a connection to any of these databases.
38+
- For the **master databases**, the **Alternate Location** option for restore isn't supported. We recommend you to restore the **master database** using the **Restore as files** option, and then restore using the `T-SQL` commands.
39+
- For `msdb` and `model`, the **Alternate Location** option for restore is supported only when the **Restored database name** is different from the **target database** name. If you want to restore the same name with the **target database**, we recommend you to restore using the **Restore as files** option, and then restore using the `T-SQL` commands.
3840

3941
## Restore a database
4042

0 commit comments

Comments
 (0)