Unable to uninstall SQL Server 2019 developer on Windows 11

Богдан Куцулима 21 Reputation points
2022-01-29T17:36:07.683+00:00

Good day, I have a problem installing SQL Server 2019. There is no error code.
169528-image.png

169594-detail.txt

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

Accepted answer
  1. Erland Sommarskog 100.9K Reputation points MVP
    2022-01-29T18:07:05.773+00:00

    What happens is that SQL Server fails to start when Setup wants to run installation script. You would need to look in C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\LOG\ERRORORLOG (assuming a default installation) to find out why.

    Since you are on Windows 11, you may be subject to a general problem with Windows returning incorrect sector sizes for some disks. There is an article here from Microsoft about this: https://learn.microsoft.com/troubleshoot/sql/admin/troubleshoot-os-4kb-disk-sector-size

    But check the SQL Server errorlog first, since there could be other reasons for the failure. If you see messages about misaligned reads leading to synchronous I/O, you have the issue discussed in the article

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Богдан Куцулима 21 Reputation points
    2022-01-29T17:39:50.7+00:00
    0 comments No comments