Microsoft SQL Server 2025 Express 2025.17.0.1000
SQL Server 2025 Express is the free edition of SQL Server 2025 (17.x), suitable for development and small production workloads. It now includes the components that previously required the Express with Advanced Services package and raises limits compared to earlier releases.
This package installs the Database Engine only. You can pass package parameters to control instance name, authentication mode, TCP/IP enablement/port, sysadmin accounts, and more.
Defaults
- Instance name:
SQLEXPRESS - Authentication: Windows-only
- TCP/IP: disabled (you can enable with
--params)
Example
choco install sql-server-express -y \
--params "'/InstanceName:SQLEXPRESS /SecurityMode:SQL /SaPassword:YourStrong!Passw0rd /TcpEnabled:true /TcpPort:1433 /SqlSysAdminAccounts:\"DOMAIN\\DBA-Team\" /EnableBrowser:true /OpenFirewall:true /Cleanup:true'"
Tip: You can pre-stage media and point the installer at it using
/MediaPath:C:\\Media\\SQL2025\\(folder withsetup.exe), or a path toSQLEXPR_x64_ENU.exe.
No packages depend on sql-server-express.
https://learn.microsoft.com/sql/sql-server/sql-server-2025-release-notes?view=sql-server-ver17
This package has no dependencies.
Page of
| Version | Downloads | Notes | Last updated |
|---|---|---|---|
| 2025.17.0.1000 | 1 | 20/01/2026 | |
| 2022.16.0.1000 | 0 | 28/11/2022 | |
| 2019.20200409.0 | 0 | 09/04/2020 | |
| 2019.20190106.0 | 0 | 10/01/2020 | |
| 2017.20190916.0 | 0 | 16/09/2019 | |
| 14.1801.3958.1 | 0 | 19/04/2018 | |
| 13.1.4001 | 0 | 05/12/2016 | |
| 13.0.1601.5 | 0 | 11/08/2016 |