Jump to content

dr.ash

Members
  • Posts

    1
  • Joined

  • Last visited

dr.ash's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. I had the same problem on my new samsung galaxy book 2 pro notebook with windows 10|11 Core i7 Gen12. I tried to install UniLogic 1.33.210. The trouble was in SQL server! In my case, SQL does not start because of NVMe SDD and its not real sector size, thats simulated in the driver for backwards compatibility. Check the error log which usually under the folder %localappdata%\Microsoft\Microsoft SQL Server Local DB\Instances\v11.0 will give you big hints. https://learn.microsoft.com/en-us/answers/questions/692759/cannot-install-sql-any-version.html https://github.com/MicrosoftDocs/SupportArticles-docs/blob/main/support/sql/admin/troubleshoot-os-4kb-disk-sector-size.md The solution for me was to add this: REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device" /v "ForcedPhysicalSectorSizeInBytes" /t REG_MULTI_SZ /d "* 4095" /f
×
×
  • Create New...