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: articles/backup/faq-backup-sql-server.yml
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ metadata:
5
5
ms.reviewer: vijayts
6
6
ms.topic: faq
7
7
ms.service: backup
8
-
ms.date: 07/15/2022
8
+
ms.date: 03/05/2024
9
9
author: AbhishekMallick-MS
10
10
ms.author: v-abhmallick
11
11
@@ -31,7 +31,7 @@ sections:
31
31
- If log or differential backup fails due to LSN Validation Error, next log or differential backup is instead converted to a full backup.
32
32
- If no full backup has happened before a log or differential backup, that log or differential backup is instead converted to a full backup.
33
33
- 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.
35
35
- If you choose to overwrite the database during Restore, the next log/differential backup fails and a full backup is triggered instead.
36
36
- 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.
37
37
@@ -41,7 +41,7 @@ sections:
41
41
No, you can’t cancel an auto-heal job. However, you can opt out of it by following these steps:
42
42
43
43
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}`.
45
45
1. Save the changes and close the file.
46
46
1. On the SQL Server instance, open **Task Manage**, and then restart the **AzureWLBackupCoordinatorSvc** service.
47
47
@@ -51,7 +51,7 @@ sections:
51
51
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:
52
52
53
53
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>
55
55
`{"DefaultBackupTasksThreshold": 5}`
56
56
<br>
57
57
The default value of DefaultBackupTasksThreshold is **20**.
@@ -71,7 +71,7 @@ sections:
71
71
- question: |
72
72
Are future databases automatically added for backup?
73
73
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).
75
75
76
76
- question: |
77
77
If I delete a database from an autoprotected instance, what will happen to the backups?
@@ -96,6 +96,11 @@ sections:
96
96
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).
97
97
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.
98
98
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
+
99
104
- name: Manage
100
105
questions:
101
106
- question: |
@@ -108,10 +113,10 @@ sections:
108
113
answer: |
109
114
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**.
110
115
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.
112
117
113
118
- 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?
115
120
answer: |
116
121
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.
Copy file name to clipboardExpand all lines: articles/backup/manage-monitor-sql-database-backup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Manage and monitor SQL Server DBs on an Azure VM
3
3
description: This article describes how to manage and monitor SQL Server databases that are running on an Azure VM.
4
4
ms.topic: conceptual
5
-
ms.date: 09/14/2022
5
+
ms.date: 03/05/2024
6
6
ms.service: backup
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-abhmallick
@@ -93,7 +93,7 @@ To stop protection for a database:
93
93
>For more information about the delete data option, see the FAQ below:
94
94
>
95
95
>-[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-)
0 commit comments