It installs only MSSQL engine. Other possible features can be: SSMS, ADV_SSMS, BOL...
Setup.exe /QUIET
/INDICATEPROGRESS
/Action=Install
/FEATURES=SQLENGINE
/INSTANCENAME="EVAL33"
/SQLSYSADMINACCOUNTS="BUILTIN\Administrators"
/SECURITYMODE=SQL /TCPENABLED="1"
/NPENABLED="1"
/ADDCURRENTUSERASSQLADMIN="True"
/SQLSVCSTARTUPTYPE="Automatic"
/SQLSVCACCOUNT="NT AUTHORITY\LOCAL SERVICE"
/SAPWD="xxxxx"
понеділок, 14 вересня 2009 р.
Підписатися на:
Дописати коментарі (Atom)
Thanks for sharing the complete code to install MSSQL engine. It will now be very easy to perform this task. I would really appreciate if you do also share some details about the other features too.
ВідповістиВидалитиsap testing