Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2008
Getting Started
 SQL Server Management Studio Expres...

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Other versions are also available for the following:
SQL Server 2008 Books Online (June 2009)
SQL Server Management Studio Express

Microsoft SQL Server Management Studio Express (SSMSE) provides a graphical management tool for SQL Server 2008 Express (SQL Server Express), SQL Server 2008 Express with Advanced Services, and (SQL Server Compact 3.5 SP1). The SSMSE user interface is a subset of SQL Server Management Studio that is available with other editions of SQL Server 2008.

You must install .NET Framework 2.0 and MSXML 6.0 Parser before you install SSMSE.

You can download SSMSE with Tools from this Microsoft Web site.

SSMSE is different from the complete SQL Server Management Studio in the following ways:

  • SSMSE cannot manage Analysis Services, Integration Services, or Reporting Services.
  • You cannot update the full-text catalog by using SSMSE. You can use sqlcmd utility or Windows Scheduler to update the full-text catalog.
  • Interactive Resolver, which lets you resolve conflicts manually during on-demand synchronization in Microsoft Windows Synchronization Manager, is not supported in SSMSE.
  • SSMSE does not support scheduling administrative tasks by using SQL Server Agent.
  • In SSMSE, Object Explorer only supports Database Engine instances. The Connect to Server dialog box prevents connecting to other services, such as Analysis Services.
  • Because SSMSE is a subset of SQL Server Management Studio, all objects that would normally be enumerated for a specific Database Engine Object Explorer tree are still visible in SSMSE. If it is an object for an unsupported item, only the refresh command is available.
  • Help for SSMSE is not installed by the product. If you press F1, MSDN Online help opens. Pressing F1, you are able to access all F1 help topics, but you do not see a table of contents or an index for the SQL Server 2008 documentation. To add SQL Server 2008 documentation to SSMSE, install SQL Server 2008 Books Online from SQL Server Books Online Download Center. After installing, in the Contents pane of the Books Online, you can use the SQL Server Express filter to hide the content that does not apply to SQL Server Express edition.
    ms365247.note(en-us,SQL.100).gifImportant:
    When you press F1, the topics that open may refer to user interface elements or features that are not supported by SSMSE. This is because the documentation was written for SQL Server Management Studio, which is installed with SQL Server 2008.

To connect to a SQL Server Express Database Engine instance by using SSMSE, in the Connect to Server dialog box, specify any of the following: .\sqlexpress, (local)\sqlexpress, or <server name>\sqlexpress.

ms365247.note(en-us,SQL.100).gifNote:
The default installation of SQL Server Express uses an instance name (SQLExpress). This instance name must be supplied to connect to SQL Server Express by using SSMSE. If you have an instance name other than SQLExpress, connect by using computer name\instance name.

By default SQL Server Express is configured to dynamically select a TCP port. This enables several instances of SQL Server Express to be installed on the same computer. The SQL Server Browser Service is installed with SQL Server Express. The SQL Server Browser Service informs client computers which port each instance of SQL Server Express is using. If the SQL Server Browser Service is not running, remote clients might not be able to connect to SQL Server Express. For more information, see SQL Server Browser Service.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Correct Link for SQL Server 2008 Express with Tools, Including Management Studio      Tai Yee - MSFT   |   Edit   |   Show History

Please note -- in this topic the phrase "You can download SSMSE with Tools" is slightly incorrect. The phrase "with tools" should be removed from that sentence because the link in that section points to the stand-alone download of SSMSE. If you want to download a version of the SQL Server Express package together with the management tools, you can get that from:

http://www.microsoft.com/downloads/details.aspx?FamilyID=7522a683-4cb2-454e-b908-e805e9bd4e28&DisplayLang=en

Tai Yee

Microsoft

Please update this page to be correct and remove link if studio 2008 is not yet available      pigsie ... Tai Yee - MSFT   |   Edit   |   Show History

I've just wasted the best part of the day - first I downloaded management studio 2005 only to find out it does not work with 2008 - then came here read the comments followed the link provided which *does not* point to the correct version of management studio. Only from the other posters comments can I deduce that it is not available and therefore I think this page should state clearly that it is not yet available and offer alternative solutions. Does this mean I have to acutally uninstall SQL server express 2008 and install 2005 just so that I can use managemet studio? What a joke!


[Tai Yee - MSFT] Sorry for the bad experience you had. As I mentioned in the first Comment to this topic above, the correct download for SQL Server 2008 with Management Studio is at: http://www.microsoft.com/downloads/details.aspx?FamilyID=7522a683-4cb2-454e-b908-e805e9bd4e28&DisplayLang=en .


[sunsong] Very kind of you to put in a link, however, it is NOT a link to SQL Server 2008 with Management Studio. I have searched extensively and cannot find any link to an Express edition of Management Studio that will work with Server Express 2008. The 2005 version of Management Studio does not work with Server Express 2008.


[sunsong] Finally found it. Management Studio is indeed included with the Link above (i.e. the "with Tools" version). However, you have to run the install twice and the second time go into "Install" and choose the option to add features. You must uninstall your 2005 version of Management Studio Express first. See this link http://blogs.msdn.com/sqlexpress/archive/2008/08/24/faq-switching-between-sql-server-2008-edtions.aspx


[Tai Yee - MSFT] Thank you for following up and sharing your experience. This will be helpful to others who run into this problem.

SQL Server Management Studio      mrleokarthik ... Thomas Lee   |   Edit   |   Show History

Remove sql server 2005 compact edition before installing sql server 2008 express to get management studio installed.

SQL Server 2008 Express Management Studio Installation      Paradox1 ... Thomas Lee   |   Edit   |   Show History

The 2008 version of the Management Studio is not a stand alone installation and can only be installed as part of the SQL Server 2008 Express with Tools or Advanced installation.

Like many others, I spent countless hours trying to figure out how to install the Management Studio for SQL Server 2008 Express - Advanced installation (same should apply to the w/ Tools version). What happened in my case was that I installed Visual Studio 2008 Express and during that process a stripped down "Instance" of SQL Server 2008 was installed that did not include the Management Studio. Through much pain and torture I learned that the Management Studio can only be installed during installation of the first instance. To delete that first instance, you must go to "Add or Remove Programs" and remove "Microsoft SQL Server 2008". The removal process will only remove one instance at a time and if you have installed more than one instance you need to keep going until all instances have been removed and the application completely disappears from the Add or Remove Programs" dialog. Note:You do not need to uninstall any of the other SQL Server 2008 applications that also appear in the "Add or Remove Programs" dialog. Then go back through the install process as follows: Double click on SQLEXPRADV_x86_ENU.exe to load the SQL Server Installation Center and then go to Installation > New SQL Server stand-alone installation. Then proceed through all of the installation steps until you get to “Feature Selection” and click on “Select All” to toggle on all of the Shared Features, which should include Management Tools - Basic.Continue the process from there and you should be good to go. Hopefully this will help others to avoid much of the pain that many of us have already experienced.

[Tai Yee - MSFT] In regards to the opening statement "The 2008 version of the Management Studio is not a stand alone installation and can only be installed as part of the SQL Server 2008 Express with Tools or Advanced installation." -- that was true in the past but it is no longer true. A stand-alone version of SQL Server 2008 Management Studio Express is now available, and linked from this topic. Here is the link again for reference: http://www.microsoft.com/downloads/details.aspx?FamilyID=08e52ac2-1d62-45f6-9a4a-4b76a8564a2b&displaylang=en.

Flag as ContentBug
You dont need to remove any instance you have created      EDEC   |   Edit   |   Show History
I installed the default standalone instance and foujnd the same as other people that the management studio was missing. To fix i simply re-ran the setup file, chose 'modify existing instance' then on the feature selection page under the 'shared' section there it is... I believe it is call management tools (basic).

You dont need to remove any instance you have created.

Tags What's this?: Add a tag
Flag as ContentBug
SSMSE 2008 standalone available      CData Support ... Thomas Lee   |   Edit   |   Show History

Hi,

in the meantime the SSMSE 2008 is downloadable standalone

https://www.microsoft.com/downloads/details.aspx?FamilyID=08e52ac2-1d62-45f6-9a4a-4b76a8564a2b&displayLang=en

mfg

Klaus Oberdalhoff

Flag as ContentBug
Trying to install Server Management Studio after first installing Visual Studio Product      Exeter   |   Edit   |   Show History

I can confirm needing to uninstall the instance if it was first installed by Visual Studio. After installing Visual Studio, when trying to add SSMSE by running SQL Express install with Tools (and also tried the Management Studio Express 2008 standalone install), the "Management Tools - Basic" selection is simply not available. I uninstalled "Microsoft SQL Server 2008" as recommended by Paradox1 and then was able to select the Management Tools during reinstallation using the SQL Express install w/ Tools.

Tags What's this?: Add a tag
Flag as ContentBug
I guess free is one thing but this is really bad      matthewf_boi ... zai12   |   Edit   |   Show History

I started at www.asp.net and installed silverlight cause they were pushing it so hard.
Then DL'd MS /net framework ver 3.5 sp1.
Then DL'd Vis web dev 2008 express edition sp1.
So far so good and the Vis Web Dev deal installs SQL 2008 express.

Not sure why i wouldn't want a GUI interface to manage the SQL Server? or why it isn't installed by default? Somebody at MS must think managing MSDE with OSQL back in the day was fun.

So i decide to DL the sql 2008 Express gui interface - SQLManagementStudio_x86_ENU.exe = 168MB.

but then found i had to have powershell (still don't know why). WindowsXP-KB926139-v2-x86-ENU.exe

but that required windows validation - WGAPluginInstall.exe. what a joke.

So know i have all this *** and a big bloated installer for the SQL Express Mgmt Studio.
And after waiting multiple times for it to "process the current operation" i get nothing.
I try to "Add features to an existing instance..." , do 'select all' on the features list and get told that "to continue one or more features must be selected."
Well Duh!

[tfl - 12 06 09] Hi - and thanks for your post. You should post questions like this to the MSDN Forums at http://forums.microsoft.com/msdn or the MSDN Newsgroups at 
  http://www.microsoft.com/communities/newsgroups/en-us/. You are much more likely get a quicker response using the forums than through the Community Content. For specific help about:
Visual Studio : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.vstudio%2C&
.NET Framework : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public.dotnet.framework
All Public : http://groups.google.com/groups/dir?sel=usenet%3Dmicrosoft.public%2C&

I'm having the EXACT same experience, it's like MSFT is trying to take the worst aspects from the linux/open source development world and add the bad parts to their system. Seriously WTF, the one thing MSFT had left was the simplicity and intuitiveness of their systems. It's quite obvious that somebody that loves spending their time configuring *** has thrown away the idea of simple intuitive automation in favor of manual configurations, yay.
THE DOWNLOADLINK IS STILL WRONG      udotirol ... Tai Yee - MSFT   |   Edit   |   Show History
just confirming what others have experienced as well:

today, on Jun 26 2009, the link mentioned in the article
http://go.microsoft.com/fwlink/?LinkId=144346
leads to a the download page for"Microsoft® SQL Server® 2008 Management Studio Express".

Downloading this 170MB monster and invoking it opens the "SQL Server Installation" where you can choose "Add features to an existing instance". Fine. The list with features presented then does not contain any reference to the "Management Studio Express". The only thing to check there is the "SQL Client Connectivity SDK".

But after installing it, without surpize I don't have a SSMSE after going through the installation procedure.

This is really ridiculous!!!

So - without removing the already running SQL Server 2008 installation - how do I get SSMSE?

Where is the standalone SSMSE download?

[Tai Yee - MSFT] that is the correct place to download SSME. You may have had SQL Express already installed by Visual Studio, in which case you will need to remove it first. See the other Community Content items contributed to this topic above, in particular the ones titled "Trying to install Server Management Studio after first installing Visual Studio Product" and "You dont need to remove any instance you have created". Another good idea would be to read the Release Notes that are linked from the Instructions section of that download page. Here is the direct path to the Release Notes:

http://download.microsoft.com/download/4/9/e/49eeb41a-a769-4520-80d6-671b8ae2bd06/SQLServer2008ReleaseNotes.htm

6/30/2009

Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker