Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Curious how does these steps make a Microsoft SQL Server what was not built for ARM now run on ARM. I thought Parallels for M series Macs don't do Intel to ARM emulation?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
5. Copy all the *.bat and .*ps1 files to the Windows virtual machine.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
Craig, were you able to get this working? I'm in a similar position with Solidworks / PDM and would like to get it working on Mac. I don't see any *ps1 files at the GitHub link, either.Hi Avinash,
Thanks for your response.
Will your fix address the Solidworks-specific problem or just the SQL issue? I need to ensure a successful Solidworks installation.
Thanks