jimm98y / MSSQLEXPRESS-M1-Install

Installers and installation scripts for Microsoft SQL Server Express on ARM64.
MIT License
252 stars 57 forks source link
arm64 m1-mac m1-macbook mssql sql sqlexpress

MSSQLEXPRESS-M1-Install

Unofficial installers for Microsoft SQL Server on Windows 11 ARM64.

Installers

You can download the installers in Releases.

Scripts

You can find the scripts in /src/Scripts. Choose the version/edition of the SQL Server you want to install, download the *.bat file, place it into some folder where you have write permissions (e.g. C:\Temp) and run it as Admin, or grant the UAC elevation when you execute it.

Supported Editions

Features not working on ARM64

Authentication

SQL Server is configured after installation with the BUILTIN\Administrators user group and using the Windows Authentication option. If you have issues logging in from the SQL Management Studio after the installation, please make sure you run it elevated ("Run as Administrator").

Requirements