vote up 4 vote down star
2

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

flag

20% accept rate

6 Answers

vote up 2 vote down check

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.

link|flag
Links to tools = good. – __ Oct 24 '08 at 20:25
vote up 2 vote down

Microsoft spells it out here

link|flag
The comparison in that link if for the database engine and not for Management Studio. – Ricardo C Oct 4 '08 at 23:06
vote up 2 vote down

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

link|flag
vote up 2 vote down

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.

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

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