Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to Uninstall SQL Compact 3.5 after installing SQL Server 2008


Summary

SQL Server Compact 3.5 SP1 can be installed using one of the following methods:
  • As part of SQL Server 2008 installation.
  • As part of installing Visual Studio 2008 or later versions.

For further information refer to Installing SQL Server Compact topic in SQL Server 2008 Books Online.

This article describes how to uninstall SQL Server Compact 3.5 SP1 from a machine where the SQL Server Compact functionality is not needed.

↑ Back to the top


More Information

There are two SQL Server Compact related components that gets installed by SQL Server 2008:

  • Microsoft SQL Server Compact runtime (SSCERuntime.msi)
  • Microsoft SQL Server Compact Query tools (SSCESqlWbTools.msi)

You can uninstall both these components using either of the following methods.

  • Use Control Panel’s Add or Remove Programs applet or Programs and Features (in Windows Vista and Windows 7) to remove these programs.
  • Since SQL Server Compact’ MSIs are based on Windows Installer technology you can also use the Msiexec from command line to uninstall these components.

For example, the following command line will uninstall SQL Compact runtime .msi :

 msiexec /x   ssceruntime_enu.msi

You can run msiexec /?   on a command line to see the complete list of options. 

Note: After you uninstall these SQL Server Compact components, you will no longer be able to interact with SQL Server Compact databases from SQL Server Management Studio on that system.

Additional references:  

↑ Back to the top


Keywords: kb, vkball

↑ Back to the top

Article Info
Article ID : 2015126
Revision : 3
Created on : 4/30/2020
Published on : 4/30/2020
Exists online : False
Views : 1235