how to fix Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes
Microsoft Doc:
[ Ссылка ]
Command Prompt as Administrator
REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device" /v "ForcedPhysicalSectorSizeInBytes" /t REG_MULTI_SZ /d "* 4095" /f
Validate if the key was added successfully.
REG QUERY "HKLM\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device" /v "ForcedPhysicalSectorSizeInBytes"
You can now install SQL SERVER as you normally would, without changing accounts.
Ещё видео!