Hi!
I have been trying to set up a SQL Server DB locally, mainly for practice dealing with Windows Server, however I have been stuck for the past day. Every time I try and run the setup from Powershell I am met with an error regarding Invalid URI, I don't understand
what triggers such an error.
Image of error: https://i.imgur.com/JefvvJ2.png
The setup command I am trying to use, the hostname is Server1, but I am not confident that Server1\Administrator is accurate here.
.\SQLSetup.exe /qs /ACTION=Install /FEATURES=SQLEngine /INSTANCENAME=MSSQLSERVER /SQLSVACCOUNT="Server1\Administrator" /INSTANCENAME="SQLEXPRESS" /SQLSYSADMINACCOUNTS="Server1\Administrator" /AGTSVACCOUNT="Server1\Administrator" /SECURITYMODE=SQL /SAPWD="MySecretPassword" /TCPENABLED=1 /IACCEPTSQLSERVERLICENSETERM
I made a thread here initially: https://social.technet.microsoft.com/Forums/en-US/a6fe9327-ed06-44cc-94f2-8ae94b71d15b/need-help-installing-sql-server?forum=winservercore
Thanks in advance!