I had installed and later uninstalled SQL Server 2005 . I used registry cleaner tools and deleted all files related to SQL Server .
Still the services console shows entry for previous installed database instance name .
Services management console I get this entry in Description column.
Failed to Read Description Error code 2
How to delete them otherwise new installtion is showing problem.
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
|||
|
|
Well, the crude way is to run regedit as admin, go down to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services and remove the service entry from registry and reboot... Or perhaps use the sysinternals process explorer tool to do the same thing.... |
|||
|
|