You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[!INCLUDE [SQL Server -Windows Only](../../includes/applies-to-version/sql-windows-only.md)]
15
15
16
-
The repair operation can be used in the following scenarios:
16
+
Use the repair operation in the following scenarios:
17
17
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.
19
19
20
20
- 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.
21
21
@@ -28,7 +28,9 @@ The repair operation can be used in the following scenarios:
28
28
> [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] upgrade failed. To continue, investigate the reason for the failure, correct the problem.
29
29
30
30
> [!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
32
34
33
35
When you repair an instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]:
34
36
@@ -42,16 +44,16 @@ Before you continue, for [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.m
42
44
43
45
- 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).
44
46
45
-
## Repair a failed installation of SQL Server from the Installation Center
47
+
###Repair a failed installation of SQL Server from the Installation Center
46
48
47
49
1. Launch the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Setup program (`setup.exe`) from [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] installation media.
48
50
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.
50
52
51
53
1. Select **Maintenance** in the left-hand navigation area, and then select **Repair** to start the repair operation.
52
54
53
55
> [!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.
55
57
56
58
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.
57
59
@@ -67,7 +69,7 @@ Before you continue, for [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.m
67
69
68
70
Run the following command at a command prompt. Replace `<instancename>` with the name of the instance you want to repair.
0 commit comments