Hello Doug and PuruCuhuco,
The error you get is because of the wrong typing of the name of Local System
account. You should revise it like "NT AUTHORITY\SYSTEM" instead of "NT
AUTHORITY\LOCAL SYSTEM".
Also, it will ask you to specify a System Administrator, so you may want to
use the following switch to perform this fulfillment.
/SQLSYSADMINACCOUNTS="Builtin\Administrators"
So, you can use the following command line:
Setup /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=TEST2008
/SECURITYMODE="SQL" /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SAPWD="sensor"
/SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS"
You can learn more information about installing SQL Server from Command
Prompt from the following link of Books Online:
http://msdn.microsoft.com/en-us/libr...(SQL.100).aspx
--
Ekrem Önsoy
"doug" <douglas.kunzman (AT) sensor (DOT) com> wrote
Quote:
Hi-
I have been trying to get a silent SQL SERVER Express install to work
on 2008 and was wondering if anyone had any luck. I can't even get
the license and reboot to be suppressed. Any ideas?
I've tried
setup /qn
setup /settings C:\setup.ini
setup /qb /ACTION=Install /FEATURES=SQL, AS, RS,IS,Tools,BIDS,BOL
Thanks
D |