Hi,
I install SQL2005 Express with commandline options in our package, but the
installed SQL server always has 'Enforce password policy' and 'Enforce
password expiration' on (box checked) when viewd with 2005 Manager. How can I
specify option(s) in installation command so that both of the selections are
disabled or unselected?
Here is the current command I am using to install SQL2005 express:
-q /norebootchk /qb reboot=ReallySuppress addlocal=all instancename=" +
SzDBEngine +" SCCCHECKLEVEL=IncompatibleComponents:1;MDAC25Version:0 "
+ "ERRORREPORTING=1 SQLAUTOSTART=1 SAPWD=" + SzDBPassword
+ " SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0";
Thanks,
Peter
Peter - 29 Aug 2008 01:20 GMT
Can I simply add 'CHECK_POLICY=OFF' to the command?
Thanks,
Peter
> Hi,
>
[quoted text clipped - 13 lines]
> Thanks,
> Peter
Peter - 29 Aug 2008 23:21 GMT
Anybody? Help please!
> Can I simply add 'CHECK_POLICY=OFF' to the command?
>
[quoted text clipped - 18 lines]
> > Thanks,
> > Peter