What's the difference between SQL Server Management Studio and the Express edition?

旧城冷巷雨未停 提交于 2019-11-27 20:42:12

问题


I'm using Express currently. What extra features do I get with the full edition?


回答1:


There are no differences in Management Studio. The differences are in the database engine LIMITATIONS! The engine is the same but it will deny you some features.

Import/Export wizard in the express edition can be found at: C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTSWizard.exe

If you dont have it, dowload it from Microsoft: http://go.microsoft.com/fwlink/?LinkId=65111

You could install the Microsoft SQL Server 2005 Express Edition Toolkit to get the cool toys, like the Import/Export wizard and the reports.

The profiler is not part of Management Studio. It is one more application that comes with the full version of the SQL Server. Even if you have it installed your express edition server engine will refuse to work with it.




回答2:


Assuming you are talking about differences in the client tools and not the database engine, the only differences that I have found so far are the lack of reports and the profiler. In the full version, on the tree of objects you can right click and select from set of standard reports. In the Express version, that menu option is missing. The express version does not install the profiler.




回答3:


Most of the High-Availability options are missing from the Express Edition. The Express editions are great for development purposes. Here's the comparison facts:

http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx




回答4:


The most annoying thing to me are the Import/Export options. Even devs need that.




回答5:


One of the feature which prevents me from using Studio Express is the ability to import and export data via the SSIS (SQL Server Integration Services). It is hard to be a true DBA with just Studio Express. From a developer's standpoint, Studio Express would typically be sufficient.



来源:https://stackoverflow.com/questions/117347/whats-the-difference-between-sql-server-management-studio-and-the-express-editi

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!