Silent installation of SQL Server Express 2012
sql-server-2012
Solution
The microsoft documentation can be found here Install SQL Server Express 2012 from Command Line. The main options for a silent install are /Q (silent install without user interface) and /QS (shows progress but without the possibility of any user interaction).
Problem
We need to install SQL Server Express 2012 silently without any user interaction. Could someone please refer me to any online documentation to do that? Thanks in advance.