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
+33-28Lines changed: 33 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ metadata:
5
5
ms.reviewer: vijayts
6
6
ms.topic: faq
7
7
ms.service: backup
8
-
ms.date: 08/20/2021
8
+
ms.date: 05/16/2022
9
+
author: v-amallick
10
+
ms.author: v-amallick
9
11
10
12
11
13
title: FAQ about SQL Server databases that are running on an Azure VM backup
@@ -14,7 +16,7 @@ summary: |
14
16
15
17
16
18
sections:
17
-
- name: Ignored
19
+
- name: Backup
18
20
questions:
19
21
- question: |
20
22
Can I use Azure Backup for IaaS VM as well as SQL Server on the same machine?
@@ -36,11 +38,11 @@ sections:
36
38
- question: |
37
39
Can I cancel an auto-heal backup job?
38
40
answer: |
39
-
No, you can’t cancel an auto-heal job. However, you can opt-out of it by following these steps:
41
+
No, you can’t cancel an auto-heal job. However, you can optout of it by following these steps:
40
42
41
43
1. On the SQL Server instance, in the *C:\Program Files\Azure Workload Backup\bin* folder, create or edit the **ExtensionSettingsOverrides.json** file.
42
44
1. In the **ExtensionSettingsOverrides.json** file, set *{"EnableAutoHealer": false}*.
43
-
1. Save the changesl and close the file.
45
+
1. Save the changes and close the file.
44
46
1. On the SQL Server instance, open **Task Manage**, and then restart the **AzureWLBackupCoordinatorSvc** service.
45
47
46
48
- question: |
@@ -66,11 +68,6 @@ sections:
66
68
answer: |
67
69
No. Successful backup jobs don't generate alerts. Alerts are sent only for backup jobs that fail. Detailed behavior for portal alerts is documented [here](backup-azure-monitoring-built-in-monitor.md). However, if you're interested in having alerts even for successful jobs, you can use [Monitoring using Azure Monitor](backup-azure-monitoring-use-azuremonitor.md).
68
70
69
-
- question: |
70
-
Can I see scheduled backup jobs in the Backup Jobs menu?
71
-
answer: |
72
-
The **Backup Job** menu shows all scheduled and on-demand operations, except the scheduled log backups since they can be very frequent. For scheduled log jobs, use [Monitoring using Azure Monitor](backup-azure-monitoring-use-azuremonitor.md).
73
-
74
71
- question: |
75
72
Are future databases automatically added for backup?
76
73
answer: |
@@ -83,43 +80,51 @@ sections:
83
80
84
81
The correct way to stop protecting this database is to do **Stop Backup** with **delete data** on this database.
85
82
83
+
- question: |
84
+
Can I protect databases on virtual machines that have Azure Disk Encryption (ADE) enabled?
85
+
answer: |
86
+
Yes, you can protect databases on virtual machines that have Azure Disk Encryption (ADE) enabled.
87
+
88
+
- question: |
89
+
Can I protect databases that have TDE (Transparent Data Encryption) turned on and will the database stay encrypted through the entire backup process?
90
+
answer: |
91
+
Yes, Azure Backup supports backup of SQL Server databases or server with TDE enabled. Backup supports [TDE](/sql/relational-databases/security/encryption/transparent-data-encryption) with keys managed by Azure, or with customer-managed keys (BYOK). Backup doesn't perform any SQL encryption as part of the backup process so the database will stay encrypted when backed up.
92
+
93
+
- question: |
94
+
Does Azure Backup perform a checksum operation on the data stream?
95
+
answer: |
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
+
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
+
99
+
- name: Manage
100
+
questions:
101
+
- question: |
102
+
Can I see scheduled backup jobs in the Backup Jobs menu?
103
+
answer: |
104
+
The **Backup Job** menu shows all scheduled and on-demand operations, except the scheduled log backups since they can be very frequent. For scheduled log jobs, use [Monitoring using Azure Monitor](backup-azure-monitoring-use-azuremonitor.md).
105
+
86
106
- question: |
87
107
If I do stop backup operation of an autoprotected database what will be its behavior?
88
108
answer: |
89
109
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**.
90
110
91
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.
92
-
112
+
93
113
- question: |
94
114
If I change the name of the database after it has been protected, what will be the behavior?
95
115
answer: |
96
116
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.
97
117
98
118
You can select the database, which is now renamed and configure protection on it. If the auto-protection is enabled on the instance, the renamed database will be automatically detected and protected.
99
-
119
+
100
120
- question: |
101
121
Why can’t I see an added database for an autoprotected instance?
102
122
answer: |
103
123
A database that you [add to an autoprotected instance](backup-sql-server-database-azure-vms.md#enable-auto-protection) might not immediately appear under protected items. This is because the discovery typically runs every 8 hours, and the actual protection of the system can take additional time as it depends on the size of the VM. However, you can discover new databases immediately if you manually run a discovery by selecting **Rediscover DBs**, as shown in the following image:
104
124
105
-

106
-
107
-
- question: |
108
-
Can I protect databases on virtual machines that have Azure Disk Encryption (ADE) enabled?
109
-
answer: |
110
-
Yes, you can protect databases on virtual machines that have Azure Disk Encryption (ADE) enabled.
125
+
:::image type="content" source="./media/backup-azure-sql-database/view-newly-added-database.png" alt-text="Screenshot of manually discover a newly added database."
126
+
111
127
112
-
- question: |
113
-
Can I protect databases that have TDE (Transparent Data Encryption) turned on and will the database stay encrypted through the entire backup process?
114
-
answer: |
115
-
Yes, Azure Backup supports backup of SQL Server databases or server with TDE enabled. Backup supports [TDE](/sql/relational-databases/security/encryption/transparent-data-encryption) with keys managed by Azure, or with customer-managed keys (BYOK). Backup doesn't perform any SQL encryption as part of the backup process so the database will stay encrypted when backed up.
116
-
117
-
- question: |
118
-
Does Azure Backup perform a checksum operation on the data stream?
119
-
answer: |
120
-
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).
121
-
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.
0 commit comments