The Computer Oracle

How do I open SQL Server Management Studio?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 2

--

Chapters
00:00 How Do I Open Sql Server Management Studio?
00:15 Answer 1 Score 7
00:27 Answer 2 Score 9
00:46 Answer 3 Score 13
02:08 Accepted Answer Score 40
02:22 Thank you

--

Full question
https://superuser.com/questions/115025/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#sqlserver

#avk47



ACCEPTED ANSWER

Score 40


Click on the Windows Start button, click on the "Run" option and try to run the following command:

ssms.exe

Works for me, your mileage may vary (as they say).




ANSWER 2

Score 13


Unless things have changed since I tried this, then, if you downloaded the file described as 'Microsoft® SQL Server® 2008 Management Studio Express' and installed it without carefully reading the screen prompts, then you may not have actually installed the Management Studio.

The reason is that the installation file is (despite the name) not just the Management Studio, but actually the Sql Server express plus the management tools, so it is possible you might have installed the sql server and not the management tools.

To add the Management Studio to your existing installation, you re-run the installation program and then first select 'New SQL Server stand-alone installation or add features to an existing Sql Server 2008 instance'.

After several screens, you get to a choice to either 'Perform a new installation of Sql Server 2008' or to 'Add features to an existing instance of Sql Server 2008'

You might naturally think that the second option was the correct one, but this did not work for me and others on the internet, one of whom had discovered that the trick is to pretend you want to install a new installation of Sql Server 2008 which then later gives you the option to select what you want to install and you need to select 'Management Tools - Basic'

Not exactly straightforward and appears to have caught several people out.




ANSWER 3

Score 9


On my XP machine the shortcut points to:
C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe




ANSWER 4

Score 7


Mine is under Start -> Programs -> SQL Server 2005 -> SQL Server Management Studio