Skip to content

Commit 3caf8b8

Browse files
authored
Merge pull request #9446 from MicrosoftDocs/V-debapsaha-6893
updated-68933
2 parents b2e4bda + 2cab357 commit 3caf8b8

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

support/sql/database-engine/install/windows/error-install-sql-server-2008-r2.md

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Error when you install SQL Server
3-
description: This article provides a resolution for various errors that occur when you try to install SQL Server.
2+
title: SQL Server Installation Errors
3+
description: This article outlines some common installation errors and provides a solution to complete a successful installation.
44
ms.date: 05/06/2025
55
ms.custom: sap:Installation, Patching, Upgrade, Uninstall
66
---
7-
# Error message when you try to install SQL Server
7+
# SQL Server installation errors
88

9-
This article helps you resolve various errors that occurs when you try to install SQL Server.
9+
This article can help you resolve some common SQL Server installation errors.
1010

1111
_Original product version:_   SQL Server
1212
_Original KB number:_   2449398
1313

1414
## Symptoms
1515

16-
When you try to install Microsoft SQL Server, you receive one or more of the following error messages or experience one or more of the following symptoms. Additionally, you cannot continue with the setup.
16+
When you try to install Microsoft SQL Server, you receive one or more of the following error messages or experience one or more of the following symptoms. Additionally, you can't continue the setup.
1717

18-
Setup error messages or symptoms
18+
### Setup error messages and symptoms
1919

2020
- Error message 1
2121

@@ -47,16 +47,16 @@ Setup error messages or symptoms
4747
4848
- Symptom 1
4949

50-
You cannot select x64 bit installation.
50+
You cannot select the 64-bit installation.
5151

5252
- Symptom 2
5353

5454
Some components are missing on the Select Component page of Setup.
5555

56-
Error messages in SQL Server Setup log files
56+
### Error messages in SQL Server Setup log files
5757

5858
> [!NOTE]
59-
> For more information about SQL Server Setup log files, see the topic in SQL Server Books Online: [View and Read SQL Server Setup Log Files](/sql/database-engine/install-windows/view-and-read-sql-server-setup-log-files).
59+
> For more information about SQL Server Setup log files, see [View and Read SQL Server Setup Log Files](/sql/database-engine/install-windows/view-and-read-sql-server-setup-log-files).
6060
6161
- Error message 1
6262

@@ -88,7 +88,7 @@ Error messages in SQL Server Setup log files
8888
8989
## Cause
9090

91-
This problem may occur for one of the following reasons:
91+
This problem might occur for one of the following reasons:
9292

9393
- The installation media is damaged.
9494
- The installation source is corrupted.
@@ -101,29 +101,32 @@ To resolve the problem, use one of the following methods:
101101

102102
- If you installed SQL Server over a computer network, install it again from a local drive, and then rerun the Setup program.
103103

104-
- Rename the *Setup.rll* file. To do this, follow these steps:
104+
- Rename the *Setup.rll* file. Follow these steps:
105105

106-
1. Open Windows Explorer. To do this, click **Start**, click **All Programs**, click **Accessories**, and then click **Windows Explorer**.
106+
1. Open Windows Explorer (select **Start** > **All Programs** > **Accessories** > **Windows Explorer**).
107107

108-
2. Locate and then click the folder: `C:\Program Files\Microsoft SQL Server\1XX\Setup Bootstrap\SQLXXX\resources\1033`.
108+
2. Locate and select the following folder:
109109

110-
3. Right-click Setup.rll, and then click **Rename**.
110+
`C:\Program Files\Microsoft SQL Server\1XX\Setup Bootstrap\SQLXXX\resources\1033`
111111

112-
See image
112+
3. Right-click Setup.rll, and then select **Rename**.
113113

114114
:::image type="content" source="media/error-install-sql-server-2008-r2/rename.png" alt-text="Screenshot shows the Rename option of Setup.rll in Windows Explorer." border="false":::
115115

116-
4. Type *setup.rll.old*, and then press **Enter**.
116+
4. Enter *setup.rll.old*, and then press **Enter**.
117117

118118
5. Rerun the Setup program.
119119

120-
- If you are using a localized version of SQL Server, you can change the operating system settings to support localized versions. For more information about how to change the operating system settings, see [How to: Change Operating System Settings to Support Localized Versions](/previous-versions/sql/sql-server-2008-r2/ms144258(v=sql.105)).
120+
- If you use a localized version of SQL Server, you can change the operating system settings to support localized versions. For more information about how to change the operating system settings, see [Local Language Versions in SQL Server](/sql/sql-server/install/local-language-versions-in-sql-server).
121121

122122
> [!IMPORTANT]
123-
> Installations of different language versions of SQL Server instances on the same computer are not supported.
123+
> Installations of different language versions of SQL Server instances on the same computer aren't supported.
124124
125125
## More information
126126

127-
The error messages that are mentioned in the [Symptoms](#symptoms) section may have other causes. If the steps in the [Resolution](#resolution) section do not resolve the problem, you may be experiencing a different problem.
127+
The error messages that are mentioned in the [Symptoms](#symptoms) section might have other causes. If the steps in the [Resolution](#resolution) section don't resolve the problem, you might be experiencing a different problem. See the [References](#references) section for additional guidance and considerations when installing SQL Server.
128128

129-
[SQL Server installation guide](/sql/database-engine/install-windows/install-sql-server)
129+
## References
130+
131+
- [SQL Server installation guide](/sql/database-engine/install-windows/install-sql-server)
132+
- [Repair a failed SQL Server installation](/sql/database-engine/install-windows/repair-a-failed-sql-server-installation)

support/sql/database-engine/install/windows/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ items:
99
href: sql-server-not-supported-in-windows-os-where-case-sensitivity-enabled.md
1010
- name: Description of the Update Cache folder
1111
href: description-update-cache-folder.md
12-
- name: Different errors when installing SQL Server 2008 R2
12+
- name: Errors when installing SQL Server
1313
href: error-install-sql-server-2008-r2.md
1414
- name: Issues when upgrading to SQL Server 2022
1515
href: issues-upgrading-sql-server-2022.md

0 commit comments

Comments
 (0)