SQL 2022 unable to install, but have SQL 2019

Kelly 0 Reputation points
2023-03-06T17:15:43.6533333+00:00

User's image

I have SQL 2019, but I can't install 2022.

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,365 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Erland Sommarskog 107.2K Reputation points
    2023-03-06T22:29:07.49+00:00

    The error message means that SQL Server did not start when Setup wanted to run configuration. To find out why it did not start, you need to check the SQL Server errorlog which you find in C:\Program Files\Microsoft SQL Server\MSSQL16.INSTANCE\MSSQL\LOG\ERRORLOG.

    If you see a message about 256 misaligned reads, you are running into a known issue. See this article for workarounds: https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/database-file-operations/troubleshoot-os-4kb-disk-sector-size.

    0 comments No comments