Hi All,
I am trying to install SQL Server 2016 using a configuration ini file for silent installation. For testing, during manual installation, I am trying to create a custom Administrative user (Eg: MyAdmin_2016) instead of default "sa". But the wizard
is showing to enter only the password for the SQL Server system administrator (sa) account like in the below mentioned image.
The password for the administrative account can be specified in the configuration ini file with parameter
/SAPWD. Is there a parameter available to specify the custom SA Username in the configuration ini file, so that once the SQL Server installation is completed, I can login with the custom Administrative user?
Thanks in advance.