Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

In this guide, we will learn to troubleshoot on issue where Microsoft SQL Server fails to install Database Engine Service in some modern Windows 11 devices.

Click here to jump to solution.


Symptoms

When you are installing Microsoft SQL Server on a Windows 11 device, the installation fails at Database Engine Service.

When connecting to the database via SQL Server Management Studio (SSMS), the connection fails with the following error or something similar.

The Database Engine service inside the Services is not started and can't be started with the following error.

Confirming Symptom

To determine if your device suffer from the following issue, you may use the following command to check if your device will encounter this issue:

fsutil fsinfo sectorinfo C:

If the results for PhysicalBytesPerSectorForAtomicity, PhysicalBytesPerSectorForPerformance, or FileSystemEffectivePhysicalBytesPerSectorForAtomicity is any values other than 512 or 4096, you will encounter issue installing Microsoft SQL Server.

On a working device, the following will be the output:

  • No labels