Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimm98y/mssqlexpress-m1-install
Installers and installation scripts for Microsoft SQL Server Express on ARM64.
https://github.com/jimm98y/mssqlexpress-m1-install
arm64 m1-mac m1-macbook mssql sql sqlexpress
Last synced: 14 days ago
JSON representation
Installers and installation scripts for Microsoft SQL Server Express on ARM64.
- Host: GitHub
- URL: https://github.com/jimm98y/mssqlexpress-m1-install
- Owner: jimm98y
- License: mit
- Created: 2023-01-15T16:20:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T20:54:44.000Z (2 months ago)
- Last Synced: 2024-10-19T10:47:45.577Z (24 days ago)
- Topics: arm64, m1-mac, m1-macbook, mssql, sql, sqlexpress
- Language: Batchfile
- Homepage:
- Size: 61.5 KB
- Stars: 271
- Watchers: 16
- Forks: 59
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- Microsoft SQL 2019 Express
- Microsoft SQL 2019 Developer
- Microsoft SQL 2022 Express
- Microsoft SQL 2022 Developer## Features not working on ARM64
- Filestream (requires a system driver which is not available on ARM64)
- Azure Attestation (AzureAttestService cannot be started on ARM64)
- 64-bit SQL Configuration Manager not working (mmc.exe is only avaialble as ARM64 (non-EC) process and it cannot load x64 DLLs, so configuration of some features must be done through registry)## 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
- Windows 11 ARM64