Stuck when installing SQL Server 2022 Express Edition

Lưu Chí Thịnh 20 Reputation points
2023-10-09T07:05:59.8166667+00:00

When installing SQL Server 2022 Express Edition, I always get stuck at "Running Action: SqlEngineDBStartConfigAction_install_configrc_Cpu64" as shown in the picture. I've tried a few things but it still stucks at this point in the installation process.

User's image

After awhile, it shows the following error message:

User's image

SQL Server | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Uday Krishna Ravella 40 Reputation points
    2024-06-13T13:46:06.27+00:00

    I tried most of the methods told here... The only one that worked was turning off my anti-virus (Kaspersky)! The moment I paused it, the status bar flew!

    8 people found this answer helpful.

  2. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2023-10-09T21:11:22.1166667+00:00

    The message about the Database engine startup handle is a generic message which tells us that SQL Server did not start when Setup wanted to run configuration.

    To understand why SQL Server did not start, you need to look in the SQL Server error log, which you find in C:\Program Files\Microsoft SQL Server\MSSQL16.SQLEXPRESS\MSSQL\LOG\ERRORLOG.

    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.

    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.