SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,352 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi...
I am trying silent installation of MS SQL 2022 Express:
SETUP.EXE /ACTION="Install" /Q /IACCEPTSQLSERVERLICENSETERMS /ENU=True /FEATURES=SQL /INSTANCENAME=INFO21 SAPWD=mydog
but it returns:
The object state property 'this.InstanceId' is null/empty.
Why, when INSTANCEID is optional parameter?
SOLVED
I missed parameters
/ASSYSADMINACCOUNTS
/ADDCURRENTUSERASSQLADMIN
with these parameters it works.