If you need to quickly install SQL Server with many of the default, the following command can be used. This is useful if you are like me and often have to build up lab environments to test stuff.
.\setup.exe /Q /IACCEPTSQLSERVERLICENSETERMS /ACTION=install /FEATURES=SQL /INSTANCENAME=LAB /SQLSVCACCOUNT=”Lab\SQLService” /SQLSVCPASSWORD=”AppleP13″ /AGTSVCSTARTUPTYPE=Automatic /AGTSVCACCOUNT=”NT AUTHORITY\Network Service” /SQLSYSADMINACCOUNTS=”
Windowstechno.local\Domain Administrators”
Instance Name = LAB
Domain = Windowstechno.local
SQL Server = LAB\SQLService
If you have any questions feel free to contact me on admin@windowstechno.com also follow us on facebook @windowstechno to get updates about new blog posts.