Skip to content

Commit fef6edd

Browse files
Merge pull request #267786 from AbhishekMallick-MS/Mar-1-2024-SQL
Addressed SQL backup CSS doc ask - FAQ added
2 parents 6e7d74a + 5f00bf3 commit fef6edd

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

articles/backup/faq-backup-sql-server.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
ms.reviewer: vijayts
66
ms.topic: faq
77
ms.service: backup
8-
ms.date: 07/15/2022
8+
ms.date: 03/05/2024
99
author: AbhishekMallick-MS
1010
ms.author: v-abhmallick
1111

@@ -31,7 +31,7 @@ sections:
3131
- If log or differential backup fails due to LSN Validation Error, next log or differential backup is instead converted to a full backup.
3232
- If no full backup has happened before a log or differential backup, that log or differential backup is instead converted to a full backup.
3333
- If the latest full backup's point-in-time is older than 15 days, the next log or differential backup is instead converted to a full backup.
34-
- All the backup jobs that get canceled due to an extension upgrade are re-triggered after the upgrade is completed and the extension is started.
34+
- All the backup jobs that get canceled due to an extension upgrade are retriggered after the upgrade is completed and the extension is started.
3535
- If you choose to overwrite the database during Restore, the next log/differential backup fails and a full backup is triggered instead.
3636
- In cases where a full backup is required to reset the log chains due to change in database recovery model, a full gets triggered automatically on the next schedule.
3737
@@ -41,7 +41,7 @@ sections:
4141
No, you can’t cancel an auto-heal job. However, you can opt out of it by following these steps:
4242
4343
1. On the SQL Server instance, in the *C:\Program Files\Azure Workload Backup\bin* folder, create or edit the **ExtensionSettingsOverrides.json** file.
44-
1. In the **ExtensionSettingsOverrides.json** file, set *{"EnableAutoHealer": false}*.
44+
1. In the **ExtensionSettingsOverrides.json** file, set `{"EnableAutoHealer": false}`.
4545
1. Save the changes and close the file.
4646
1. On the SQL Server instance, open **Task Manage**, and then restart the **AzureWLBackupCoordinatorSvc** service.
4747
@@ -51,7 +51,7 @@ sections:
5151
Yes. You can throttle the rate at which the backup policy runs to minimize the impact on a SQL Server instance. To change the setting:
5252
5353
1. On the SQL Server instance, in the *C:\Program Files\Azure Workload Backup\bin* folder, create the *ExtensionSettingsOverrides.json* file.
54-
2. In the *ExtensionSettingsOverrides.json* file, change the **DefaultBackupTasksThreshold** setting to a lower value (for example, 5). <br>
54+
2. In the **ExtensionSettingsOverrides.json** file, change the `DefaultBackupTasksThreshold` setting to a lower value (for example, 5). <br>
5555
`{"DefaultBackupTasksThreshold": 5}`
5656
<br>
5757
The default value of DefaultBackupTasksThreshold is **20**.
@@ -71,7 +71,7 @@ sections:
7171
- question: |
7272
Are future databases automatically added for backup?
7373
answer: |
74-
Yes, you can achieve this capability with [auto-protection](backup-sql-server-database-azure-vms.md#enable-auto-protection).
74+
Yes, you can achieve this capability with [autoprotection](backup-sql-server-database-azure-vms.md#enable-auto-protection).
7575
7676
- question: |
7777
If I delete a database from an autoprotected instance, what will happen to the backups?
@@ -96,6 +96,11 @@ sections:
9696
We do perform a checksum operation on the data stream. However, this isn't to be confused with [SQL checksum](/sql/relational-databases/backup-restore/enable-or-disable-backup-checksums-during-backup-or-restore-sql-server).
9797
Azure workload backup computes the checksum on the data stream and stores it explicitly during the backup operation. This checksum stream is then taken as a reference and cross-verified with the checksum of the data stream during the restore operation to make sure that the data is consistent.
9898
99+
- question: |
100+
Can I use Azure Site Recovery for SQL machine as well as Azure SQL database backup on the same machine?
101+
answer: |
102+
Yes. Azure Site Recovery will trigger a *copy-only full backup* while taking the *application consistent snapshot* on the VM not to truncate the logs. [Learn more](../site-recovery/site-recovery-sql.md#combining-bcdr-technologies-with-site-recovery).
103+
99104
- name: Manage
100105
questions:
101106
- question: |
@@ -108,10 +113,10 @@ sections:
108113
answer: |
109114
If you do **stop backup with retain data**, no future backups will take place and the existing recovery points will remain intact. The database will still be considered as protected and be shown under the **Backup items**.
110115
111-
If you do **stop backup with delete data**, no future backups will take place and the existing recovery points will also be deleted. The database will be considered un-protected and be shown under the instance in the Configure Backup. However, unlike other up-protected databases that can be selected manually or that can get autoprotected, this database appears greyed out and can’t be selected. The only way to re-protect this database is to disable auto-protection on the instance. You can now select this database and configure protection on it or re-enable auto-protection on the instance again.
116+
If you do **stop backup with delete data**, no future backups will take place and the existing recovery points will also be deleted. The database will be considered un-protected and be shown under the instance on the **Configure Backup** blade. However, unlike other up-protected databases that can be selected manually or that can get autoprotected, this database appears greyed out and can’t be selected. The only way to re-protect this database is to disable auto-protection on the instance. You can now select this database and configure protection on it or re-enable auto-protection on the instance again.
112117
113118
- question: |
114-
If I change the name of the database after it has been protected, what will be the behavior?
119+
If I've changed the name of the database after it has been protected, what will be the behavior?
115120
answer: |
116121
A renamed database is treated as a new database. So the service will treat this situation as if the database weren't found and with fail the backups.
117122

articles/backup/manage-monitor-sql-database-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage and monitor SQL Server DBs on an Azure VM
33
description: This article describes how to manage and monitor SQL Server databases that are running on an Azure VM.
44
ms.topic: conceptual
5-
ms.date: 09/14/2022
5+
ms.date: 03/05/2024
66
ms.service: backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
@@ -93,7 +93,7 @@ To stop protection for a database:
9393
>For more information about the delete data option, see the FAQ below:
9494
>
9595
>- [If I delete a database from an autoprotected instance, what will happen to the backups?](faq-backup-sql-server.yml#if-i-delete-a-database-from-an-autoprotected-instance--what-will-happen-to-the-backups-)
96-
>- [If I do stop backup operation of an autoprotected database what will be its behavior?](faq-backup-sql-server.yml#if-i-change-the-name-of-the-database-after-it-has-been-protected--what-will-be-the-behavior-)
96+
>- [If I do stop backup operation of an autoprotected database what will be its behavior?](faq-backup-sql-server.yml#if-i-ve-changed-the-name-of-the-database-after-it-has-been-protected--what-will-be-the-behavior-)
9797
>
9898
>
9999

0 commit comments

Comments
 (0)