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!
Stuck when installing SQL Server 2022 Express Edition
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.
After awhile, it shows the following error message:
SQL Server | Other
2 answers
Sort by: Most helpful
-
-
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.