Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

install SQL Server 2008 Client tools Expand / Collapse
Author
Message
Posted Tuesday, November 13, 2012 9:38 AM


Right there with Babe

Right there with BabeRight there with BabeRight there with BabeRight there with BabeRight there with BabeRight there with BabeRight there with BabeRight there with Babe

Group: General Forum Members
Last Login: Tuesday, May 07, 2013 8:56 AM
Points: 718, Visits: 1,470


Question:

We are rolling out SQL Server 2008 R2 and I'm wondering if there is a way to install just the SQL Server 2008 R2 Management Studio without having access to full SQL Server 2008 R2 Standard Edition install?

Is there seperate media for just the Mangement Studio???



Post #1384165
Posted Tuesday, November 13, 2012 11:52 AM


SSCrazy

SSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazy

Group: General Forum Members
Last Login: Tuesday, May 14, 2013 1:40 PM
Points: 2,610, Visits: 3,116
Not on disk, but you can download sqlexpress with advanced tools and only instal ssms.
http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=3743


Thanks,

Jared
SQL Know-It-All

How to post data/code on a forum to get the best help - Jeff Moden
Post #1384231
Posted Tuesday, November 13, 2012 12:57 PM
SSC-Enthusiastic

SSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-Enthusiastic

Group: General Forum Members
Last Login: Tuesday, April 23, 2013 4:08 PM
Points: 172, Visits: 272
You could write an installation script for this, assuming the client has network access to a copy of the media something like (below) would install only management studio;

\\yourserver\share\folderwithmedia\setup.exe /Action="Install" /IACCEPTSQLSERVERLICENSETERMS /ERRORREPORTING=0 /FEATURES=SSMS /INDICATEPROGRESS /SQMREPORTING=0 /Q



-Ken
Post #1384260
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse