3

I am trying to uninstall my default instance of SQL Server 2005 from my Windows 7 machine but having a few problems. Everything uninstalls as it should using Add/Remove programs but for some reason I am still left with the SQL Server Reporting Services (MSSQLSERVER) service installed and have no way of getting rid of it.

I have tried to reinstall SQL Server 2005 and uninstall, followed the following Microsoft kb article http://support.microsoft.com/kb/909967 which uses the ARPWrapper.exe /Remove switch, but still the service exists. I want to get rid of every service so I can start with a clean install of named instances of SQL2005 and SQL2008.

Any help would be appreciated.

Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
Cragly
  • 163
  • 3

1 Answers1

1

If getting rid of the SSRS service is the only thing that needs to be done, you can use the sc.exe utility:

Marek Grzenkowicz
  • 464
  • 1
  • 9
  • 14