SQL Server Update to Install on Windows for Arm

It worked for me following this guide: https://database.guide/how-to-install-sql-server-on-an-m1-mac-arm64/

I now have SQL Server 2019 installed via docker and can connect from Windows using Microsoft Sql Server Management Studio
Hi Pablo:
I also got it installed but when using 127.0.0.1 in SSMS it can't connect. Could you please explain what you did? What about current databases in my Win system, just create a package and run int Azure Studio for Mac? Thanks.
 
Figured it out. Got my current IP address for my mac and use that in SSMS! This is great, I was about to return the darn computer. :)
 
I have tried mundford's fix and read through the rest of this thread for solutions but I can't seem to get SQL Server Express 2019 to work on Windows 11 for ARM. It fails to start up in the services panel.

Did the previous installs that worked occur on the M1 ARM MacBook? It is not working on the M1 Pro MacBook Pro just released.

I have the same issue on the same laptop (M1pro MBP).
Been trying to solve this for 2 days but I guess SQL Server Express 2019 is not yet supported by Windows 11 on ARM.
I think we will have to wait for Microsoft to fix this or walk around with docker.
 
I have the same issue on the same laptop (M1pro MBP).
Been trying to solve this for 2 days but I guess SQL Server Express 2019 is not yet supported by Windows 11 on ARM.
I think we will have to wait for Microsoft to fix this or walk around with docker.
Same problem for me. I have tried SQL Server 2019 Express and Developer.
MBP M1Pro, Win11
 
Same problem here but with Win11.
I found a solution for win11. If you find the ISO for windows 10 build 21354, you can use the original solution to successfully install (run install, let it fail, download and install the update then run the install again). Once you have a successful install you can allow windows update tool to update you to windows 11. It appears SQL server stays functional after the update
 
Hey is there anyone that can please upload ISO of windows 10 build 21354 . I need to install it on my Mac M1, I only had build 22000 and after that got Windows 11 and failed in both cases. I can install docker container image and use Azure Data Studio, which is fast and easy workaround but that is just basic and does not support few things which I use for SQL server agent jobs and it does not support some table triggered by internal C# code which is annoying. I am currently just connected to a windows laptop but I have to keep switching it on and restarting MSSQL server, which is bit annoying.
 
I found a solution for win11. If you find the ISO for windows 10 build 21354, you can use the original solution to successfully install (run install, let it fail, download and install the update then run the install again). Once you have a successful install you can allow windows update tool to update you to windows 11. It appears SQL server stays functional after the update
I tried to download the ISO of the specified and other assemblies. Installing the MS SQL worked, but I could not upgrade to Windows 11. Some error with dates (?). I also could not connect to the server from macos. 1433 port is unavailable even with the firewall turned off.
 
Hi there. Update here as this installation almost drove me mad. Step by step that I followed and worked (as for today 15-sep-2021):
Device - MacBook Air M1 (2020)
Virtual Software - Parallels Desktop 17 Standard Edition For Home & Student Use
OS - Windows10_InsiderPreview_Client_ARM64_en-us_21354
SQL - SQL2019-SSEI-Expr
After trying to install SQL2019-SSEI-Expr, you will see an error message (exit code decimal 2068052294). Don't worry.
Download this patch >> https://www.microsoft.com/en-us/download/details.aspx?id=100809
Run it (SQLServer2019-KB5004524-x64)
Once the previous step is done. Run again SQL2019-SSEI-Expr
Gave me installation success to me. I then installed SSMS-Setup-ENU
Hope it helps.
Thank you this worked! I used this site to get this build https://uupdump.net/download.php?id...a08bbc6b&pack=en-us&edition=core;professional
 
Thank you! I found build 21354 and followed your instructions. It works!

Device - MacBook Pro M1 MAX (2021)
Virtual Software - Parallels Desktop 17 Standard Edition For Home & Student Use
OS - Windows11 professional insider Preview
SQL Server Management Studio (SSMS) 18.10
I tried to install SSMS, but failed.
Could you help me?
 
Device - MacBook Pro M1 MAX (2021)
Virtual Software - Parallels Desktop 17 Standard Edition For Home & Student Use
OS - Windows11 professional insider Preview
SQL Server Management Studio (SSMS) 18.10
I tried to install SSMS, but failed.
Could you help me?
When I tried to install SSMS on windows 11 it failed as well.
I had success with the windows 10 21354 build, like the other users so you should try with this instead
 
I managed to get this working by installing build 21354 but this now won't update - when using windows update it complains about date and time not being correct. Any ideas how to get past this? I've also installed tortoise svn on this build and don't get the context menus.
Alternatively has anyone had any luck installing in Windows 11 to a VHD. I've seen this mentioned elsewhere but not been able to get it working yet myself.
 
Back
Top