我在 Windows 11 Home 机器上安装 SQL Server 2019 时遇到问题。
问题是
等待数据库引擎恢复句柄失败。检查 SQL Server 错误日志以查找潜在原因
我已在下面添加了日志详细信息
Detailed results:
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, uninstall this feature, and then run the setup process again.
Component name: SQL Server Database Engine Services Instance Features
Component error code: 0x851A001A
Error description: Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
Error help link: https://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=15.0.4013.40&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
我尝试多次重新安装 SQL Server,包括开发版和 Express 版,但没有成功。
我也尝试过将 改为NT Service/MSSQLServer
或NTAuthority/NetworkService
,NTAuthority/LocalSystem
但同样没有成功。
有人能帮助我吗?
事件查看器日志:
答案1
安装存储设备似乎具有/报告不适当的扇区大小。
看一眼解决与系统磁盘扇区大小大于 4 KB 相关的错误和Microsoft 对 Windows 中 4K 扇区硬盘的支持策略。