Unable to install SQL server

Cydrx Malla 0 Reputation points
2024-06-03T08:19:20.6533333+00:00

User's image

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,183 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,854 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,502 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.
507 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,258 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Olaf Helper 42,746 Reputation points
    2024-06-03T09:31:18.33+00:00

    Do what the error message says, review SQL Server ErrorLog file for more details, see

    https://video2.skills-academy.com/en-us/sql/tools/configuration-manager/viewing-the-sql-server-error-log?view=sql-server-ver16

    0 comments No comments

  2. Erland Sommarskog 105.1K Reputation points MVP
    2024-06-03T21:38:32.2933333+00:00

    The message "Wait on the database enginer recovery failed" is a generic message which means that SQL Server did not start when Setup wanted to run configuration steps.

    To understand why, you need to look in the SQL Server errorlog, which you find in C: \Program Files\Micrsoft SQL Server\MSSQL16.MSSQLSERVER\MSSQL\LOG\ERRRORLOG.

    If you see a message about 256 misaligned reads, you are running into a known issue where Windows 11 for some disk drives reports a disk sector size that SQL Server cannot cope with. Microsoft has published an article with workarounds for the problem.

    0 comments No comments

  3. MikeyQiaoMSFT-0444 1,505 Reputation points
    2024-06-04T01:46:27.7033333+00:00

    Hi,Cydrx Malla

    Welcome to the Microsoft SQL Server Q&A forum!

    We need the detailed information from the log files to help you locate the problem more accurately. They are usually located as shown in the screenshot below. Be sure to select the file with the latest timestamp.User's image