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.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 SQl Management studio 2005 Express edition batch f

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 below


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

i want to make a .bat file for installing sql management studio 2005 express also.
please help me

baijuep

baijuep
Starting Member

15 Posts

Posted - 2012-09-03 : 10:19:06
I tried the following script and it worked fine

SQLServer2005_SSMSEE.msi /qb addlocal=all InstanceName=WKSPMGT\SQLEXPRESS DisableNetworkProtocols=2 SECURITYMODE=SQL SAPWD=Baijuep123
@cls
EXIT


baijuep
Go to Top of Page
   

- Advertisement -