all groups > sql server reporting services > august 2007 >
You're in the

sql server reporting services

group:

How to Uninstall Just SQL Reporting


How to Uninstall Just SQL Reporting Michael C.
8/31/2007 8:20:01 PM
sql server reporting services:
I am trying to install the Team Foundation Server Database onto my SQL
Server. Set-up fils with the following error:

"SQL Server 2005 Reporting Services service is installed on the data-tier
computer. The service should instead be on the application-tier computer.
Uninstall SQL Server 2005 Reporting Services service from the data-tier
computer and run setup again."

However, if I go to Add/Remove programs and select SQL Server, if I
uninstall Reporting Services, it looks like it also will uninstall the SQL
Engine. This is a production server and I do not think that is what I want to
do. Is there a way to uninstall just the reporting services?

thank-you!

--

Michael C.
Microsoft Certified Solution Provider
Independent Solution Vendor
Re: How to Uninstall Just SQL Reporting Geoff Schaller
9/1/2007 6:20:04 AM
Michael,

You can selectively uninstall any specific component of a Sql Server
installation. Just make sure you don't uninstall any of the database
instances or database services. Perhaps this is easier to see when you
use a command line uninstall. For instance (I took this from the MS
sample install script):

start /wait setup.exe /qn INSTANCENAME=MSSQLSERVER REMOVE=RS_Server

Cheers,

Geoff Schaller
Software Objectives


[quoted text, click to view]
AddThis Social Bookmark Button