Skip to content

Commit 0274f91

Browse files
authored
Update uninstall-a-cumulative-update-from-sql-server.md (#34598)
1 parent 8f58844 commit 0274f91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/sql-server/install/uninstall-a-cumulative-update-from-sql-server.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Uninstall a Cumulative Update from SQL Server"
33
description: This article describes how to remove a Cumulative Update from a stand-alone instance of SQL Server.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 12/20/2022
6+
ms.date: 07/23/2025
77
ms.service: sql
88
ms.subservice: install
99
ms.custom: linux-related-content
@@ -27,6 +27,8 @@ To uninstall [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] on Window
2727

2828
- To remove a CU on [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], you must be a local administrator.
2929

30+
- During the uninstallation process of a Cumulative Update, `.msi` files can be requested. The required `.msi` files are included in the installation media.
31+
3032
## Prepare
3133

3234
1. **Back up your data.** Create [full backups](../../relational-databases/backup-restore/create-a-full-database-backup-sql-server.md) of all databases. The `master` database contains all system level information for the instance, such as logins, and schemas. The `msdb` database contains job information such as [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent jobs, backup history, and maintenance plans. For more information about system databases, see [System databases](../../relational-databases/backup-restore/back-up-and-restore-of-system-databases-sql-server.md).

0 commit comments

Comments
 (0)