|
We are documenting herewith our own esperiences installing and/or upgrading SQL Server Express instances in various
flavours.
Notice:
This posting is provided "AS IS" with no warranties, and confers no rights.
Microsoft Corporation is not responsible for the information herewith provided
and therefore disclaims all warranties, whether express implied or statutory,
fitness for particular purpose, title and non-infringement.
All logos, name, images, are to be considered property/copyright/trademark of
the respective holders.
Uninstalling an existing SQLExpress 2008 instance
Current goal: removing an existing SQLExpress 2008 instance from the local machine.
To fulfill the requirements, we have to access the Add remove programs system applet, select the Microsoft SQL Server 2008 entry and perform a remove installed components operation

The traditional configuration checker is activated and, when finished, we are able to select the features we like to uninstall

Once we specified the instance we are dealing with, we are required to specify the feature(s) to uninstall

A removal rules check will be performed, and when sucesfully finished, we are reported with the traditional summary of the operation in progress

A rapid execution ends with a confirmation and a removal completation dialog

We can verify, at file system level, the uninstallation has been performed inspecting the instance's related folder, where all binaries related sub-directories have been removed and the only evidence of a SQL Server installation are the left over folders containing user's related files (if any), like database files, log files and the like.

Further investigations, at installed services level, are confirming the uninstallation of the desired SQL Server 2008 instance

Navigation
Summary and foreword.
Installing SQLExpress and SQL Server Management Studio
SQL Server Management Studio Basic
Installing a SQLExpress named instance
Installing a SQLExpress default instance
Installing a SQLExpress 2005 and SQLExpress 2008 side by side
Upgrading an existing SQLExpress 2005 with Advanced Services instance to SQLExpress 2008 with Advanced Services
Uninstalling an existing SQLExpress 2008 instance
Related:Consuming the SQL Express 2008 Installation Package wrapper.
Installing SQL Server Management Studio Express.
Installing SQL Server 2008 service pack 1 on SQL Server Express 2008.
Installing additional features to a SQL Server instance already updated to service pack 1.
Upgrading SQLExpress 2008 to SQLExpress 2008 R2.
Installing SQLExpress 2008 R2 with Advanced Services and related tools.
|