Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
baijuep
Starting Member
15 Posts |
Posted - 2012-09-01 : 22:11:27
|
I have an application which uses sql 2005 express edition. i created a .bat file for sql 2005 express installation(because all users will-not have much knowledge about settings and install of sql). the script is given belowSQLEXPR-2005.EXE /qb addlocal=all InstanceName=SQLEXPRESS DisableNetworkProtocols=2 SECURITYMODE=SQL SAPWD=Baijuep123@clsEXITi want to make a .bat file for installing sql management studio 2005 express also.please help mebaijuep |
|
baijuep
Starting Member
15 Posts |
Posted - 2012-09-03 : 10:19:06
|
I tried the following script and it worked fineSQLServer2005_SSMSEE.msi /qb addlocal=all InstanceName=WKSPMGT\SQLEXPRESS DisableNetworkProtocols=2 SECURITYMODE=SQL SAPWD=Baijuep123@clsEXITbaijuep |
|
|
|
|
|