Unable to install sql server 2019(Developer edition) in windows 11 home

Harish Mylappan 21 Reputation points
2022-10-01T13:22:42.267+00:00

During the installation it returns the error
The Log details are also not clear

**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**![246662-screenshot-2022-10-01-184939.png][1]

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,479 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,791 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
496 questions
0 comments No comments
{count} votes

Accepted answer
  1. YufeiShao-msft 7,061 Reputation points
    2022-10-03T06:41:41.297+00:00

    HI @Harish Mylappan ,

    Then you can try to uninstall SQL Server completely, please refer to this: How to manually uninstall SQL Server., make sure no previous failed installation

    Reinstall SQL Server and run the setup as administrator, when you come to Server Configuration Screen, please change the account name of database engine service to NT AUTHORITY\NETWORK SERVICE. or you can try to set is as "NT AUTHORITY\LOCAL SERVICE or NT AUTHORITY\SYSTEM"

    -------------

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Erland Sommarskog 101.6K Reputation points MVP
    2022-10-01T15:51:24.023+00:00

    This means that SQL Server did not start when Setup wanted to run configuration scripts. As the error message says, you need to check the SQL Server errorlog to find more information. You find this file in C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\LOG\ERRORLOG.

    If you see a message about 256 misaligmed reads towards the of the log file, check this article for a known issue.

    Else you can attach the log file here, if you are not able to figure out the issue.