Monday, September 3, 2012

Unattended SQL Express 2005 Installtion via batch file


Open text file and type the following script and save as SQL2005Express.bat

SQLEXPR-2005.EXE /qb addlocal=all InstanceName=alfs\SQLEXPRESS DisableNetworkProtocols=2 SECURITYMODE=SQL SAPWD=abc123
@cls
EXIT


I tested it and found very use full to me

here alfa is my server name and sapwd is my password

No comments:

Post a Comment