I want to install the SQL Server Express via CMD.
setup.exe /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=EXPRESS2017 /SQLSVCACCOUNT="<DomainName\UserName>" /SQLSVCPASSWORD="<StrongPassword>" /SQLSYSADMINACCOUNTS="<DomainName\UserName>" /AGTSVCACCOUNT="NT AUTHORITY\Network Service" /SQLSVCINSTANTFILEINIT="True" /IACCEPTSQLSERVERLICENSETERMS
Is the LocalDB installed too? how to check?