I am trying to install SQL Server 2016 on the Windows Server 2016 Core. As it does not have graphical interface, I am doing it from the command line. This is the command I am using: > Setup.exe /qs /ACTION=Install /FEATURES=SQLEngine,Replication > /INSTANCENAME=MSSQLSERVER /SQLSVCACCOUNT="WORKGROUP\MyUser" > /SQLSVCPASSWORD="MySecretPass" /SQLSYSADMINACCOUNTS="WORKGROUP\MyUser" > /AGTSVCACCOUNT="NT AUTHORITY\Network [...] read more