I'm using Express currently. What extra features do I get with the full edition?
Sql-server – What’s the difference between SQL Server Management Studio and the Express edition
sql-serverssms
Related Question
- Sql-server – the difference between char, nchar, varchar, and nvarchar in SQL Server
- Sql-server – Format SQL in SQL Server Management Studio
- Sql – Difference between JOIN and INNER JOIN
- Sql-server – the best way to auto-generate INSERT statements for a SQL Server table
- Sql – How to do an UPDATE statement with JOIN in SQL Server
- Sql-server – the use of GO in SQL Server Management Studio & Transact SQL
- Sql – How to UPDATE from a SELECT in SQL Server
- Sql-server – SQL Server: Difference between PARTITION BY and GROUP BY
Best Solution
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.