Skip to content

Commit 9fc22bc

Browse files
Merge pull request #222538 from v-amallick/Dec-28-2022-QS2
QS Freshness - metadata updates
2 parents 726f570 + dfe73aa commit 9fc22bc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/backup/backup-sql-server-azure-troubleshoot.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
title: Troubleshoot SQL Server database backup
33
description: Troubleshooting information for backing up SQL Server databases running on Azure VMs with Azure Backup.
44
ms.topic: troubleshooting
5-
ms.date: 06/18/2019
5+
ms.date: 12/28/2022
6+
author: v-amallick
7+
ms.service: backup
8+
ms.author: v-amallick
9+
ms.custom: engagement-fy23
610
---
711

812
# Troubleshoot SQL Server database backup by using Azure Backup
@@ -17,7 +21,7 @@ To configure protection for a SQL Server database on a virtual machine, you must
1721

1822
## Troubleshoot discover and configure issues
1923

20-
After creating and configuring a Recovery Services vault, discovering databases and configuring backup is a two-step process.<br>
24+
When the creation and configuration of a Recovery Services vault is complete, discovering databases and configuring backup is a two-step process.<br>
2125

2226
![Backup Goal - SQL Server in Azure VM](./media/backup-azure-sql-database/sql.png)
2327

@@ -104,7 +108,7 @@ If you'd like to trigger a restore on the healthy SQL instances, do the followin
104108

105109
| Error message | Possible causes | Recommended action |
106110
|---|---|---|
107-
| Operation cancelled as a conflicting operation was already running on the same database. | You may get this error when the triggered on-demand, or the scheduled backup job has conflicts with an already running backup operation triggered by Azure Backup extension on the same database.<br> The following are the scenarios when this error code might display:<br><ul><li>Full backup is running on the database and another Full backup is triggered.</li><li>Diff backup is running on the database and another Diff backup is triggered.</li><li>Log backup is running on the database and another Log backup is triggered.</li></ul>| After the conflicting operation fails, restart the operation.
111+
| Operation canceled as a conflicting operation was already running on the same database. | You may get this error when the triggered on-demand, or the scheduled backup job has conflicts with an already running backup operation triggered by Azure Backup extension on the same database.<br> The following are the scenarios when this error code might display:<br><ul><li>Full backup is running on the database and another Full backup is triggered.</li><li>Diff backup is running on the database and another Diff backup is triggered.</li><li>Log backup is running on the database and another Log backup is triggered.</li></ul>| After the conflicting operation fails, restart the operation.
108112

109113

110114
### UserErrorFileManipulationIsNotAllowedDuringBackup

0 commit comments

Comments
 (0)