SQL Server 2022 installation Failing | Error Fix (Database engine service failed in sql server 2022)

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 4

  • @SM-tz3nv
    @SM-tz3nv 3 дні тому

    There's no Forcedphysicalsector in my device.

    • @alok8498
      @alok8498  2 дні тому

      You need to add with new key in registry editor

  • @fasilhayat
    @fasilhayat 5 місяців тому +1

    What a messy and confusing long video full of misclicks - just to add a registry key. Could have been boiled down to half a minute.

    • @alok8498
      @alok8498  5 місяців тому

      1. First add key in registory editor
      2.Command Prompt as Administrator
      3.Add key REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device" /v "ForcedPhysicalSectorSizeInBytes" /t REG_MULTI_SZ /d "* 4095" /f
      4. Validate if the key was added successfully.
      REG QUERY "HKLM\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device" /v "ForcedPhysicalSectorSizeInBytes"
      5. After that reboot system.
      6. Download sqlserver 2022 exe from Microsoft official website