Skip to content

Commit 282eb7c

Browse files
Merge pull request #36104 from rwestMSFT/rw-1217-express-repair
Repair works on Express edition too if you download the files
2 parents bd28cec + fb7a2c1 commit 282eb7c

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

docs/database-engine/install-windows/repair-a-failed-sql-server-installation.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Repair a Failed SQL Server Installation
3-
description: Follow these steps to repair an installation of SQL Server Standard, Developer, and Enterprise edition.
3+
description: Follow these steps to repair an installation of SQL Server.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 06/03/2025
6+
ms.date: 12/17/2025
77
ms.service: sql
88
ms.subservice: install
99
ms.topic: install-set-up-deploy
@@ -13,9 +13,9 @@ monikerRange: ">=sql-server-2016"
1313

1414
[!INCLUDE [SQL Server -Windows Only](../../includes/applies-to-version/sql-windows-only.md)]
1515

16-
The repair operation can be used in the following scenarios:
16+
Use the repair operation in the following scenarios:
1717

18-
- Repair an instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] that is corrupted after it was successfully installed.
18+
- Repair an instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] that becomes corrupted after a successful installation.
1919

2020
- Repair an instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] if the upgrade operation is canceled or fails after the instance name is mapped to the newly upgraded instance.
2121

@@ -28,7 +28,9 @@ The repair operation can be used in the following scenarios:
2828
> [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] upgrade failed. To continue, investigate the reason for the failure, correct the problem.
2929
3030
> [!NOTE]
31-
> These instructions don't apply to [!INCLUDE [ssexpress-md](../../includes/ssexpress-md.md)] edition.
31+
> To repair [!INCLUDE [ssexpress-md](../../includes/ssexpress-md.md)] edition, you need the offline installer. Run the [!INCLUDE [ssexpress-md](../../includes/ssexpress-md.md)] edition installation and select the **Download Media** option. Use the downloaded executable to run [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] Setup in place of `setup.exe`.
32+
33+
## Repair a SQL Server instance
3234

3335
When you repair an instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]:
3436

@@ -42,16 +44,16 @@ Before you continue, for [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.m
4244

4345
- To repair a failover cluster node after a failed Prepare operation, use **Remove node** and then perform the Prepare step again. For more information, see [Add or remove nodes in a failover cluster instance (Setup)](../../sql-server/failover-clusters/install/add-or-remove-nodes-in-a-sql-server-failover-cluster-setup.md).
4446

45-
## Repair a failed installation of SQL Server from the Installation Center
47+
### Repair a failed installation of SQL Server from the Installation Center
4648

4749
1. Launch the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Setup program (`setup.exe`) from [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] installation media.
4850

49-
1. After prerequisites and system verification, the Setup program will display the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Installation Center page.
51+
1. After prerequisites and system verification, the Setup program displays the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Installation Center page.
5052

5153
1. Select **Maintenance** in the left-hand navigation area, and then select **Repair** to start the repair operation.
5254

5355
> [!TIP]
54-
> If the Installation Center was launched using the start menu, you need to provide the location of the installation media at this time.
56+
> If you use the **Start** menu to launch the Installation Center, you need to provide the location of the installation media at this time.
5557
5658
1. Setup support rule and file routines run to ensure that your system has prerequisites installed and that the computer passes Setup validation rules. Select **OK** or **Install** to continue.
5759

@@ -67,7 +69,7 @@ Before you continue, for [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.m
6769

6870
Run the following command at a command prompt. Replace `<instancename>` with the name of the instance you want to repair.
6971

70-
```cmd
72+
```console
7173
setup.exe /q /ACTION=Repair /INSTANCENAME=<instancename>
7274
```
7375

0 commit comments

Comments
 (0)