|
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: how-to |
5 | | -ms.date: 08/05/2025 |
| 5 | +ms.date: 12/03/2025 |
6 | 6 | ms.service: azure-backup |
7 | 7 | author: AbhishekMallick-MS |
8 | 8 | ms.author: v-mallicka |
@@ -54,16 +54,11 @@ To monitor database backup alerts, follow these steps: |
54 | 54 |
|
55 | 55 | ## Stop protection for a SQL Server database |
56 | 56 |
|
57 | | -You can stop backing up a SQL Server database in a couple of ways: |
| 57 | +Azure Backup provides the following options to stop protection of a SQL Server database: |
58 | 58 |
|
59 | | -- Stop all future backup jobs, and delete all recovery points. |
60 | | -- Stop all future backup jobs, and leave the recovery points intact. |
61 | | - |
62 | | -If you choose to leave recovery points, keep these details in mind: |
63 | | - |
64 | | -- All recovery points will remain intact forever, and all pruning will stop at stop protection with retain data. |
65 | | -- You'll be charged for the protected instance and the consumed storage. For more information, see [Azure Backup pricing](https://azure.microsoft.com/pricing/details/backup/). |
66 | | -- If you delete a data source without stopping backups, new backups will fail. Old recovery points will expire according to the policy, but the most recent recovery point will always be kept until you stop the backups and delete the data. |
| 59 | +- **Stop protection and retain backup data (Retain forever)**: Stops all future backup jobs from protecting a SQL Server database and retains the existing backup data in the Recovery Services vault forever. This retention incurs a storage fee as per [Azure Backup pricing](https://azure.microsoft.com/pricing/details/backup/). If needed, you can use the backup data to restore the SQL Server database and use the **Resume backup** option to resume protection. |
| 60 | +- **Stop protection and retain backup data (Retain as per policy)**: Stops all future backup jobs from protecting a SQL Server database and retains the existing backup data in the Recovery Services vault as per policy. However, the latest recovery point is retained forever. This retention incurs a storage fee as per [Azure Backup pricing](https://azure.microsoft.com/pricing/details/backup/). If needed, you can use the backup data to restore the SQL Server database and use the **Resume backup** option to resume protection. |
| 61 | +- **Stop protection and delete backup data**: Stops future backup jobs for a SQL Server database and deletes all backup data. You can't restore the SQL Server database or use the **Resume backup** option. |
67 | 62 |
|
68 | 63 | To stop protection for a database: |
69 | 64 |
|
|
0 commit comments