Rob (rob_nicholson@nospam_unforgettable.com) writes:
[quoted text, click to view] > What's the difference between SQL 2005 Express (which gets installed
> with VS 2005 by default) and SQL 2005 Developer editions?
Fewer features. For instance SQL Agent is missing. There is a topic
on this in Books Online.
[quoted text, click to view] > Also, I miss the old SQL Enterprise manager and query analyser so I've
> installed SQL Server Management Studio Express. What does the Studio
> Express bit relate to? Is it that this version can only be used with SQL
> 2005 Express. The naming infers that the full SQL Server 2005 version
> has a more powerful management tool - is that correct?
Yes, SSMS Express is a stripped down version of SSMS. Most of the
features removed are support for things that are not in SQL Express.
You can use SSMS Express with any edition of SQL Server, and you can
use the real Mgmt Studio with SQL Express.
You can also use good ol' Query Analyzer with SQL 2005, although some
things may not work. Enterprise Manger does not work with SQL 2005.
[quoted text, click to view] > I'm trying to find a replacement for SQL Enterprise Manager (from SQL
> 2000) in which I can write an equivalent of a DTS package to transfer
> data from a SQL Server 2000 to SQL 2005 Express in a development
> environment.
So that's one of the missing features. :-) DTS has in SQL 2000 been
superceded by SQL Server Integration Services, SSIS. SSIS does not
come with SQL Express. To do data import/export with SQL Express
you will have to let it suffice with BCP.
The tool to work with SSIS packages in SQL 2005, is Business Intelligence
Development Studio, which lives in the Visual Studio shell.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx Books Online for SQL Server 2000 at