Click here to Skip to main content
15,921,660 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

How can i install sql server2012 management studio through batch file.. i want to install SQLEXPR32_x86_ENU.exe and after completing this install SQLManagementStudio_x86_ENU.exe.
Thanks.
Posted
Updated 2-Jul-15 17:57pm
v2
Comments
PIEBALDconsult 2-Jul-15 23:53pm    
Don't even try it.
Member 10994712 3-Jul-15 1:50am    
i installed sql express through batchfile. but how can i install sqlservermanagement studio automatically after completion of sql express
i wrote like this

d:\sql.exe
/ACTION=install
/QS
/INSTANCENAME="UnattendedCmd"
/IACCEPTSQLSERVERLICENSETERMS=1
/FEATURES=SQLENGINE,SSMS
/SQLSYSADMINACCOUNTS="IITCUK\SQLAdministrator"

1 solution

 
Share this answer
 
Comments
Member 10994712 3-Jul-15 1:13am    
is it possible to install this in one click.
Mehdi Gholam 3-Jul-15 1:20am    
Probably not, but Google is your friend.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900