
August 25th, 2009, 09:18 AM
|
|
Registered User
|
|
Join Date: Aug 2009
Posts: 1
Time spent in forums: 53 sec
Reputation Power: 0
|
|
|
SQL - SQL install with install.bat
How to create an install.bat that will install all the pieces of SQL Express that I want.
A more detailed version of
"SQLEXPR32.EXE /qb addlocal=all InstanceName=TESTSQLEXPRESS DisableNetworkProtocols=2 SECURITYMODE=SQL SAPWD=StrongPassword"
1) mixed mode, i think i got that with SECURITYMODE=SQL
2) testsqlexpress as instance, think i got that with InstanceName=TESTSQLEXPRESS
3) Allow remote connections
4) Enable OLE Automation
and if possible
5) TCP/IP port 1234
|