SQL Server 2019 Install Failure of Database Engine Component error code: 0x851A001A on Windows 11

Here is how I am currently fixing this problem. 

  1. uninstall previous instance
  2. run registry script in cmd as administrator
REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device" /v "ForcedPhysicalSectorSizeInBytes" /t REG_MULTI_SZ /d "* 4095" /f

3. Reboot then rerun the setup as a administrator

4. then install sql server 2019 again.

Leave a Comment