Database Administrators Asked by Aleksey Vitsko on December 5, 2020
We have a configuration file at E:SQL_Server_2016_InstallMyConfigFile.ini
that looks like below:
[OPTIONS]
ACTION = "Install"
FEATURES = SQLENGINE
INSTANCENAME = MSSQLSERVER
AGTSVCACCOUNT = "MyDomainMyAccount"
SQLSVCACCOUNT = "MyDomainMyAccount"
QS
IACCEPTSQLSERVERLICENSETERMS
SQL Server is then installed using below batch file:
E:SQL_Server_2016_InstallSetup.exe /ConfigurationFile=MyConfigFile.ini /InstanceName="TestSQLServer"
Question:
Will /InstanceName="TestSQLServer"
parameter override what we have in the configuration file (/InstanceName = MSSQLSERVER
(default instance)), and install SQL Server as a named instance TestSQLServer
?
Will /InstanceName="TestSQLServer" parameter override what we have in the configuration file (/InstanceName = MSSQLSERVER (default instance)), and install SQL Server as a named instance "TestSQLServer" ?
Yes, per the below excerpt from the configuration file documentation :
The configuration file overwrites the defaults in a package
Command-line values overwrite the values in the configuration file
Correct answer by Dan Guzman on December 5, 2020
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP