SQLExpress silent command
Hi Guys
I'm trying to deploy SQLExpress with silent command switches to set the database instance name the SQL Security mode, and also change the name of the SA password.
So far i have the following however it doesn't seem to install.
Can anyone help out?
%~dp0SQLEXPRWT_x64_ENUSP2.exe /QS /IACCEPTLINCESETERMS /ACTION=Install /INSTANCE="Companion" /FEATURES=SQLEngine,SMS /SAPWD="ThereCanBeOnlyOne1" /SECURITYMODE=SQL /SQLSVCACCOUNT="NT Authority\NetworkService"
I'm trying to deploy SQLExpress with silent command switches to set the database instance name the SQL Security mode, and also change the name of the SA password.
So far i have the following however it doesn't seem to install.
Can anyone help out?
%~dp0SQLEXPRWT_x64_ENUSP2.exe /QS /IACCEPTLINCESETERMS /ACTION=Install /INSTANCE="Companion" /FEATURES=SQLEngine,SMS /SAPWD="ThereCanBeOnlyOne1" /SECURITYMODE=SQL /SQLSVCACCOUNT="NT Authority\NetworkService"
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
h2opolo25
9 years ago