Hello,
The issue you're encountering is related to the fact that Microsoft SQL Server does not support ARM based processors yet.
As workaround from Github, you can try the steps below:
To install MySQL server,
1. Go to the link
https://github.com/jimm98y/MSSQLEXPRESS-M1-Install
2. Click on the folder "src".
3. Right Click on the each *.bat and .*ps1 files, and Select "Save link as".
4. Save all *.bat and .*ps1 to the Mac Desktop
5. Copy all the *.bat and .*ps1 files to the Windows virtual machine.
6. In the virtual machine, launch Powershell as Administrator
7. In Powershell, type "Set-ExecutionPolicy Bypass" and press "Enter"
8. Right Click on the .bat file for the SQL Server version you want to install and "run as Administrator"
9. Wait until the script is executed successfully
Let us know if the workaround works for you.
Thanks
Click to expand...