Quantcast
Channel: Primavera Online Interaction » WARNING
Viewing all articles
Browse latest Browse all 61

prim6065:How to manually Remove a Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) Instance

$
0
0
Solution ID: prim6065
How to manually Remove a Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) Instance
Status: Reviewed
Version(s): 4.0, 4.1, 5.0

Problem: How to manually Remove a Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) Instance
Fix:

Remove the MSDE 2000 instance data and program installation folders. You can find the root folder information for the default instance data folder in the SQLDataRoot registry key value under this registry key path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Setup


*           For example, remove the MSDE 2000 data folder for a default instance:

\Program Files\Microsoft SQL Server\MSSQL\Data

*           For example, remove the MSDE 2000 data folder for a named instance:

\Program Files\Microsoft SQL Server\MSSQL$<INSTANCENAME>\Data

*           For example, remove the MSDE 2000 program folder for a default instance:

\Program Files\Microsoft SQL Server\MSSQL\Binn

*           For example, remove the MSDE 2000 program folder for a named instance:

\Program Files\Microsoft SQL Server\MSSQL$<INSTANCENAME>\Binn

Clean Up the Registry


WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

The
Msizap.exe tool removes only Windows Installer specific keys or data for the ProductCode. It is best to manually remove the MSDE 2000 registry keys. Use Registry Editor to remove the following MSDE 2000 registry keys:


1.         For an MSDE 2000 default instance, remove the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer


2.         For an MSDE 2000 named instance, remove the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\<INSTANCENAME>


3.         If the following registry key points to the MSDE 2000 instance ProductCode, remove the value InstanceComponentSet.x. For example, InstanceComponentSet.1 has a value that matches the ProductCode of Sqlrun01.msi:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Component Set\InstanceComponentSet.1


4.         Remove the SQLServer Service registry key.

For an
MSDE 2000 default instance, remove the following:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSSQLServer

For an MSDE 2000 named instance, remove the following:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSSQL$<INSTANCENAME>


5.         Remove the SQLServerAgent Service registry key:

For an
MSDE 2000 default instance, remove the following:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SQLServerAgent

For an MSDE 2000 named instance, remove the following:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SQLAgent$<INSTANCENAME>


 


Viewing all articles
Browse latest Browse all 61

Trending Articles