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
+6-1Lines changed: 6 additions & 1 deletion
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/02/2024
9
9
author: AbhishekMallick-MS
10
10
ms.author: v-abhmallick
11
11
@@ -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](../azure/site-recovery/site-recovery-sql.md#combining-bcdr-technologies-with-site-recovery).
0 commit comments