Home > database >  Unloading failure is why?
Unloading failure is why?

Time:09-17

CodePudding user response:

To clean up the registry,


1. Delete SQL Server:
Hkey_local_machine \ software \ Microsoft \ MSSQLServer hkey_local_machine \ software \ Microsoft \ Microsoft SQL Server hkey_current_user \ software \ Microsoft \ Microsoft SQL Server hkey_current_user \ software \ Microsoft \ MSSQLServer hkey_local_machine \ system \ currentcontrolset \ control \ our sessionmanager \ pendingfileren ameoperations

2, the relevant information from the registry delete:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ MSSQLServer,
HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ MSDTC,
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Session Manager find PendingFileRenameOperations projects, and delete it, so you can remove installation pending project
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ setup
Delete ExceptionComponents

3, run the registry, delete the following items:
HKEY_CURRENT_USER \ Software \ Microsoft \ Microsoft SQL Server
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Microsoft SQL Server
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ MSSQLServer

CodePudding user response:

Thank you very much!! Just see, I'll try

CodePudding user response:


This can not delete off?
  • Related