Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 problems installing SQL Server 7.0 on win2000 server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-06-18 : 07:47:50
Todd writes "I have a win2000 server that I have had SQL Server 7.0 running on in the past. I have uninstalled and am trying to reinstall. when I click on install standard edition the software does nothing, just sits there. It doesn't create any log files, it does start a service called sqlsetup.exe(?). I am wondering if maybe the uninstall didn't work correctly(although I didn't recieve any error msg). When I try to reinstall it tells me there is already a an instance running(the service). I am stumped as I have installed from this same cd in the past!! UURRGG!!!

Any help would be appreciated. Thanks in advance!"

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-06-18 : 13:51:51
The below link is to an article that describes how to manually uninstall SQL Server 7.0.

[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;276044[/url]

Tara
Go to Top of Page

Shastryv
Posting Yak Master

145 Posts

Posted - 2003-06-27 : 13:27:49
I’ve had the same problem in the past. Reboot your machine and delete the registry keys manually


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSSQLServer
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSSQLServerADHelper
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SQLSERVERAGENT

Also don’t forget to remove sqlserver service manager icon in the startup folder.


Go to Top of Page
   

- Advertisement -