jimm98y / MSSQLEXPRESS-M1-Install

Installers and installation scripts for Microsoft SQL Server Express on ARM64.
MIT License
252 stars 57 forks source link

Failure to install using the installer #33

Closed rda874 closed 3 months ago

rda874 commented 3 months ago

Hello- I tried the installer as you recommended but got this error.

Screenshot 2024-05-11 at 8 41 48 AM

SQL_2019_Express_ARM64_20240510170810.log

jimm98y commented 3 months ago

In your case some of the SQL server is already installed and the SQL Express setup has detected that part (most likely from the failed installation attempt you did before) and returned an error code. You have to remove the SQL Express before running the installers. Ideally, if you have a VM snapshot from before the installation, you should revert to it. If you don't have it and you cannot uninstall SQL Express from Add/Remove programs, then you'll have to clean up the files and registry manually before attempting to install again.

rda874 commented 3 months ago

Gotcha! thanks for the detailed explanation (I am not a programmer, but I am learning!)

rda874 commented 3 months ago

Victory!

Screenshot 2024-05-11 at 11 12 29 AM

Thanks again.