Forum Discussion

licalice's avatar
licalice
Copper Contributor
Jan 08, 2025

SQL Server

Hi everyone, so its my first time downloading SSMS and SQL Server. I have download the SSMS, but when I tried download SQL Server it always error. I have tried to re-install, deleted all SQL Server reference, and follow this guide

https://www.sqlcoffee.com/Tips0026.htm

 

My last error saying 

Can you help me to figure and fix the error? I have attached the detail and summary txt in the drive link

https://drive.google.com/drive/folders/1GSCok73nLQUaplbfDulumgGJlI2mN0f9?usp=sharing

 

2 Replies

  • SivertSolem's avatar
    SivertSolem
    Iron Contributor

    I'm going to assume that you've already installed SSMS?

    Uninstall SSMS and all "driver for SQL Server" components from your system, then install SQL Server 2022 before you attempt to install SSMS.

    There's a dependency check that fails if you install SSMS first.

  • petevern's avatar
    petevern
    Copper Contributor

    Possible causes:

    • Run the setup.exe as administrator in case you haven't done this.
    • Corrupted Installation file so redownload and/or do a checksum.

    Check this log to see if you can find more information, which is mentioned in the summary.txt file?
    C:\Program Files\Microsoft SQL Server\160\Setup\Bootstrap\Log\20250108_213759\sql_engine_core_inst_Cpu64_1.log

    Also have a look at this, known issue with installing SQL on Windows 11: Troubleshooting operating system disk sector size greater than 4 KB - SQL Server | Microsoft Learn

Resources