Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i just installed sql server 2008 r2 and SQL Server Management Studio. After installation i found that the SQL Server Management Studio has not been installed.

i wanted to install SQL Server Management Studio, but cannot find the installation for this. Any idea how to install it?

share|improve this question
Its not missing. Its a different component, try google SSMS installer for setup. – Aseem Gautam Apr 29 '11 at 15:48

2 Answers

up vote 1 down vote accepted

Did you include "Management Tools" as a chosen option during setup?

enter image description here

Ensure this option is selected, and SQL Server Management Studio will be installed on the machine.

share|improve this answer
i did not had this option in setup – cpoDesign Apr 29 '11 at 18:56
@Pavel: re-run/change your installation options in Windows Control Panel, and you'll be able to select this. – p.campbell Apr 29 '11 at 20:18
@p.cambell there was noting like that, i am leaving this alone still thanx – cpoDesign May 2 '11 at 8:58
@Pavel; can you screenshot your installation options window (as above), and paste as a link here? – p.campbell May 2 '11 at 13:26
Sorry stopped to do that, might try another time later, i know i had only option management tools - basic. – cpoDesign May 2 '11 at 20:18

I know this is an old question, but I've just had the same frustrating issue for a couple of hours and wanted to share my solution. In my case the option "Managements Tools" wasn't available in the installation menu either. It wasn't just greyed out as disabled or already installed, but instead just missing, it wasn't anywhere on the menu.

So what finally worked for me was to use the Web Platform Installer 4.0, and check this for installation: Products > Database > "Sql Server 2008 R2 Management Objects". Once this is done, you can relaunch the installation and "Management Tools" will appear like previous answers stated.

Note there could also be a "Sql Server 2012 Shared Management Objects", but I think this is for different purposes.

Hope this saves someone the couple of hours I wasted into this.

share|improve this answer
Thank you very much. – Matthias Wuttke Dec 19 '12 at 9:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.