I try to understand the difference between SQL Server Management Studio and SQL Server Management Studio Express

- 2,870
- 1
- 19
- 32

- 41
- 1
- 1
- 4
-
1duplicate http://stackoverflow.com/questions/117347/whats-the-difference-between-sql-server-management-studio-and-the-express-editi – kenny Mar 29 '15 at 15:35
-
3Management Studio is just a User Interface to work with SQL Server (With Any Version/License of SQL Server) , Express , Standard , Enterprise , Developers are different Licenses of SQL Server with different feature and Limitations. – M.Ali Mar 29 '15 at 15:36
-
**How to find SQL management studio after installing SQL server 2012 express edition** – Raza Muhammad Dahri Mar 29 '15 at 16:06
-
Rolled back to the last version edited by @marc_s because the question text had apparently been vandalized by OP. – criticalfix Sep 19 '18 at 17:10
2 Answers
The "full" SQL Server Management Studio is the management GUI (graphical user interface) to work with a SQL Server database and is included in all the paid editions of SQL Server.
For the free SQL Server Express edition, SQL Server Management Studio Express can be downloaded for free from the Microsoft web site (or is include, as well, in the "Express with Tools" edition). As far as I know, as of SQL Server 2012, the two versions are essentially the same and don't have any differences in terms of features or capabilities they offer

- 732,580
- 175
- 1,330
- 1,459
-
**How to find SQL management studio after installing SQL server 2012 express edition** – Raza Muhammad Dahri Mar 29 '15 at 16:06
-
[This page here lists ***ALL*** the SQL Server **Express** related bits to download](http://www.microsoft.com/en-us/download/details.aspx?id=35579). You either need `SQLManagementStudio_x86_ENU.exe` (32-bit) or `SQLManagementStudio_x64_ENU.exe` (64-bit) depending on your installation of SQL Server **Express** .... – marc_s Mar 29 '15 at 16:08
Microsoft makes money from licensed SQL Server - it does not make money from Express. So everything about express is going to be crippled in some way.
SSME (SQL Server Management Express) does not have help and does not support any features SQL Server Express does not support - Reporting Services,SQL Server Agent, Analysis Services etc. If you, or your company, cannot afford a licensed version you are stuck with Express but don't expect a go cart to be as good as a car.

- 5,261
- 1
- 12
- 22
-
**How to find SQL management studio after installing SQL server 2012 express edition** – Raza Muhammad Dahri Mar 29 '15 at 16:07
-
http://www.microsoft.com/en-us/download/details.aspx?id=8961 you have to download this and install it. – benjamin moskovits Mar 29 '15 at 16:08
-
@benjaminmoskovits: that link goes to the **2005** version - not really up to date .... – marc_s Mar 29 '15 at 16:10
-
http://www.microsoft.com/en-us/download/details.aspx?id=35579 and choose only install management studio see - http://www.jasonstrate.com/2013/05/get-just-the-tools-ssms-download/ – benjamin moskovits Mar 29 '15 at 16:19