Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 58c05f7

Browse files
committed
Expand on INSTANCENAME (UUF 250567)
1 parent 79c7b1a commit 58c05f7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Repair a failed SQL Server installation
33
description: Follow these steps to repair an installation of SQL Server Standard, Developer, and Enterprise edition.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 04/04/2024
6+
ms.date: 05/03/2024
77
ms.service: sql
88
ms.subservice: install
99
ms.topic: conceptual
@@ -51,7 +51,7 @@ Before you continue, for [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.m
5151
1. Select **Maintenance** in the left-hand navigation area, and then select **Repair** to start the repair operation.
5252

5353
> [!TIP]
54-
> If the Installation Center was launched using the start menu, you'll need to provide the location of the installation media at this time.
54+
> If the Installation Center was launched using the start menu, you need to provide the location of the installation media at this time.
5555
5656
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.
5757

@@ -63,13 +63,13 @@ Before you continue, for [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.m
6363

6464
1. The Repair Progress page shows the status of the repair operation. The Complete page indicates that the operation is finished.
6565

66-
### Repair a failed installation of SQL Server using the command prompt
66+
## Repair a failed installation of SQL Server using the command prompt
6767

68-
1. Run the following command at a command prompt:
68+
Run the following command at a command prompt. Replace `<instancename>` with the name of the instance you want to repair.
6969

70-
```cmd
71-
Setup.exe /q /ACTION=Repair /INSTANCENAME=instancename
72-
```
70+
```cmd
71+
setup.exe /q /ACTION=Repair /INSTANCENAME=<instancename>
72+
```
7373

7474
## Related content
7575

0 commit comments

Comments
 (0)