【发布时间】:2022-09-24 04:21:02
【问题描述】:
几天来,我遇到了 SQL Server 2019 Express 安装问题。 安装 SQL Server 时出现错误,服务器将无法工作。 我尝试过修复它,但这里也出现错误。 以下错误是:
Feature: Database Engine Services
Status: Failed
Reason for failure: An error occurred during the setup process of the feature.
Next Step: Use the following information to resolve the error, and then try the setup process again.
Component name: SQL Server Database Engine Services Instance Features
Component error code: 0x84B40002
Error description: The SQL Server feature \'SQL_Engine_Core_Inst\' is not in a supported state for repair, as it was never successfully configured. Only features from successful installations can be repaired. To continue, remove the specified SQL Server feature.
Error help link: (Link that doesn\'t work)
我的 SQL Server Management Studio 2018 也不起作用。 我尝试卸载和安装 SQLServer,但没有帮助。我什至尝试卸载和安装 Windows 但无事可做。
我想知道是否有人可以帮助我,因为我需要 SQL Server for School ... 如果您需要更多信息,我会尽快回复...
太感谢了!
-
为了清楚起见,您重新安装了 Windows,但仍然出现此错误?
-
你在第一次安装sql server之前有一个恢复点,然后去那里重新开始,禁用任何杀毒软件?
-
@sniperd 是的,即使是全新安装,问题仍然存在
-
@nbk 我只有 Windows Defender,你想让我禁用它并重试吗?
-
我会四处走动并选择以下之一:1)它可能期待英文 Windows 2)我不知道它是否在乎,Windows 安装是否合法 3)计算机是否符合最低 SQL 要求(我敢打赌,因为你玩游戏)4)你有一个古怪的 CPU 5)windows 安装是否非标准(windows 安装在驱动器 D 或其他东西上)6)windows 版本是非标准的(不是只是语言,但可访问性或区域锁定很奇怪)——新的 Windows 安装似乎超级奇怪,然后新的 SQL 像那样爆炸,以前从未见过。
标签: sql sql-server sql-server-2019 sql-server-2019-express