Installation Error SQL Server Express 2019

RGalindo 6 Reputation points
2022-10-21T22:14:09.603+00:00

I click on the download button for the software. I get the .exe file I click on it and it runs to install The initial message reads that is is successful. And then right before it finishes the installation process I get a message that says: Oops...Unable to install SQL Server (setup.exe) Exit code (Decimal) -2061893606Error description: Wait on the Database Engine recovery failed. Check the SQL Server error log for potential causes"

I have tried uninstalling and re-installing with no change in the result.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,364 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Erland Sommarskog 107.2K Reputation points
    2022-10-22T09:13:04.033+00:00

    You need to follow the instructions: Check the SQL Server error log for potential causes. You find this log in C:\Program Files\Microsoft SQL Server\MSSQL15.SQLEXPRESS\MSSQL\LOG\ERRORLOG, assuming a default installation of SQL Express.

    If you are on Windows 11, and you see this message at the end of the log There have been 256 misaligned log IOs which required falling back to synchronous IO. The current IO is on file C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER01\MSSQL\DATA\master.mdf, you are running into a known issue. See this troubleshooting article from Microsoft for workarounds.

    If you don't see this error, upload the log file here, so we can look at it. (You will need to rename it to ERRORLOG.txt for the forum to accept the file.)