Install Microsoft SQL on Windows 11

CraigH23

Junior Member
Hello,

I'm using Parallels on my 2021 M1 MacBook Pro to run Windows 11 ARM, but I'm struggling to install Solidworks because Microsoft SQL won't install properly. Is there a workaround to fix the SQL installation issue so that I can get Solidworks running?
 
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
 
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
 
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
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.

Sorry, but I'm a total noob. Where exactly should I copy them. If I share my Mac Desktop to Parallels can I simply run them from here?
 
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
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.
 
Back
Top