Specify multiple administrators in SQL unattend answer file
Add multiple administrators to answer file for SQL.
John Savill
August 18, 2016
1 Min Read
Q. How do I specify multiple SQL administrators in the SQL configuration file?
A. In the SQL configuration file there is a line that defines who the SQL administrators will be:
SQLSYSADMINACCOUNTS="POCDomadministrator"
If you want to add multiple accounts simply add a space between the entries, for example:
SQLSYSADMINACCOUNTS="POCDomadministrator" "NT AUTHORITYSYSTEM" "POCDomlocaladmin"
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like