Skip to content

Commit e3f0925

Browse files
authored
Merge pull request #207710 from v-amallick/Aug-9-2022-HANAnSQL
SQL - Retention of types of on-demand backups
2 parents b99bdcc + 3520169 commit e3f0925

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

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

Lines changed: 11 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: 01/20/2022
5+
ms.date: 08/11/2022
66
author: v-amallick
77
ms.service: backup
88
ms.author: v-amallick
@@ -14,6 +14,9 @@ This article describes common tasks for managing and monitoring SQL Server datab
1414

1515
If you haven't yet configured backups for your SQL Server databases, see [Back up SQL Server databases on Azure VMs](backup-azure-sql-database.md)
1616

17+
>[!Note]
18+
>See the [SQL backup support matrix](sql-support-matrix.md) to know more about the supported configurations and scenarios.
19+
1720
## Monitor backup jobs in the portal
1821

1922
Azure Backup shows all scheduled and on-demand operations under **Backup jobs** in **Backup center** in the Azure portal, except the scheduled log backups since they can be very frequent. The jobs you see in this portal includes database discovery and registration, configure backup, and backup and restore operations.
@@ -105,7 +108,13 @@ You can run different types of on-demand backups:
105108
- Differential backup
106109
- Log backup
107110

108-
While you need to specify the retention duration for Copy-only full backup, the retention range for on-demand full backup will automatically be set to 45 days from current time.
111+
>[!Note]
112+
>The retention period of this backup is determined by the type of on-demand backup you have run.
113+
>
114+
>- *On-demand full* retains backups for a minimum of *45 days* and a maximum of *99 years*.
115+
>- *On-demand copy only full* accepts any v0alue for retaintion.
116+
>- *On-demand differential* retains backup as per the retention of scheduled differentials set in policy.
117+
>- *On-demand log* retains backups as per the retention of scheduled logs set in policy.
109118
110119
For more information, see [SQL Server backup types](backup-architecture.md#sql-server-backup-types).
111120

0 commit comments

Comments
 (0)