SQL Server Express edition install error (Decimal code)

Lucas Panucci 0 Reputation points
2023-02-16T21:07:27.8833333+00:00

User's image

I Try to install SQL server and this happens. Tried rebooting the pc, tried 2019 version, same error, found nothing about it. Please someone save me here

Windows for business Windows Client for IT Pros User experience Other
SQL Server Other
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2023-02-16T22:33:43.6366667+00:00

    The message about the database startup handle, means that SQL Server did not start when Setup needed to run configuration.

    To find out, do as the error message says: look at the SQL Server errorlog. You find it in C:\Program Files\Microsoft SQL Server\MSSQL16.SQLEXPRESS\MSSQL\LOG\ERRORLOG.

    If you see a line towards the end of the file about 256 misaligned reads, you are running into a known issue with SQL Server and Windows 11. Microsoft has published an article which suggests a couple of workarounds: https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/database-file-operations/troubleshoot-os-4kb-disk-sector-size.

    0 comments No comments

  2. Seeya Xi-MSFT 16,586 Reputation points
    2023-02-17T02:57:55.3466667+00:00

    Hi @Lucas Panucci ,

    As Erland said, you need to check the errorlog for the following reported errors.

    There have been 256 misaligned log IOs which required falling back to synchronous IO.

    Also, I'll add a link.

    https://techcommunity.microsoft.com/t5/running-sap-applications-on-the/message-misaligned-log-ios-which-required-falling-back-to/ba-p/367796

    Best regards,

    Seeya


    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".

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.