Microsoft SQL Server
Overview
Version & Lifecycle
Community Notes
Microsoft SQL Server unattended setup and configuration-file note
For unattended Microsoft SQL Server installs, use the SQL Server setup command-line model rather than wrapping the interactive installer. A baseline silent install starts from setup.exe /Q /ACTION=Install; include /IACCEPTSQLSERVERLICENSETERMS only when your organization has accepted the license terms, then specify the planned features and instance values such as /FEATURES=SQLENGINE, /INSTANCENAME=MSSQLSERVER, and service-account or security-mode parameters as required by your build standard.
For repeatable enterprise packaging, generate and review a configuration file, then run setup with /ConfigurationFile=ConfigurationFile.ini. Treat the configuration file as environment-specific: remove secrets before storing it in source control or deployment tooling, and validate prerequisites, reboot state, service accounts, collation, and instance naming before pushing through Intune, ConfigMgr, or other software-distribution systems.
Source: Microsoft Learn: install SQL Server from the command prompt.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.