The Disappearance of SQL Server Express

I had SQL Server 2005 Express Edition installed along with Visual Studio 2005. Today, I installed SQL Server 2005 Developer Edition, but installed it as the default instance instead of as a named instance. Probably as a result of that installation, I’ve lost the Express Edition. Is it OK to install SQL Server Express on the same machine as the SQL Server Developer Edition?

Yes, I have them side by side on several machines. Are you sure you lost SQL Server Express? Look in the Administrative tools, Services menu. Typically, SQL Server Express is installed as a named instance called SQLEXPRESS, but you might not see the SQLEXPRESS named instance when SQL Server Management Studio first opens. When you see the instance, you simply need to establish a connection to Database Engine\<server name>SQLExpress.

If you did overwrite your SQL Server Express instance during your installation of the Developer edition, then yes, you can add SQL Server Express as a named instance. Just download the Service Pack 1 (SP1) version at http://www.microsoft.com/sql
—Richard Waymire
Program Manager Architect
Visual Studio Team System

Discuss this Article 1

RobKraft
on Mar 29, 2007
This happened to me also, on two different machines. I had SQLExpress installed; and the instance name was SQL Express. I installed SQL Server 2005 Developer Edition and the SQLExpress instance vanished. There is no services with the name SQLExpress (The only SQL Server service is now SQLServer), and when I use the SQL Server Configuration Manager, there are no objects named SQLExpress. Finally, my app that pointed to .\SQLExpress instance now blows up when I try to run it (though I can easily correct it to point at .)

Please or Register to post comments.

IT/Dev Connections

Las Vegas
September 30th - October 4th

Paul ThurottOur Experts will show you:
• Common SQL Server
Problems
• Best Practices for T-SQL
• SQL Server Integration
Services
• Database Development

Come See Mike Otey & Tim Ford in Person!

Early Registration Now Open

From the Blogs
May 9, 2013
blog

My ISO 8601-Compliant Signature 2

My family recently just "officially" announced that we're in the process of adopting a child from South Africa. We're quite excited, of course, but there's a ton of paperwork to do—along with the need for gobs of signatures....More
May 8, 2013
blog

Use SSIS for ETL from Hadoop

In this blog post, Mark Kromer walks you through using SSIS as a way to use ETL techniques using Microsoft's Hadoop on Windows (HDInsight) as a source using Hive connectors...More
Vision road sign
May 6, 2013
blog

Cheaters Never Win, Even in TPC Benchmarks

In this portion of the series on database benchmarking, I want to tell you about one of my favorite aspects of the TPC benchmarks – CHEATING....More
SQL Server Pro Forums

Get answers to questions, share tips, and engage with the SQL Server community in our Forums.