sql 2005 분석 서비스 삭제 방법
카테고리 없음 / 2011. 12. 23. 11:52
http://msdn.microsoft.com/en-us/library/ms144259(v=sql.90).aspx#options
다양한 삭제가 가능함.
다양한 삭제가 가능함.
[REMOVE]
The REMOVE parameter specifies which components to uninstall, like SQL Server, Reporting Services, or Analysis Services. This command must be used in conjunction with the INSTANCENAME parameter. For example, to remove the instance aware component AND any non-instance aware components, such as Client_Components, you would specify the following:
- REMOVE=All INSTANCENAME=MSSQLSERVER
Important: Do not use this parameter if you have several instances installed and you still want to use client tools.
When REMOVE is specified for a new installation, components listed after 'REMOVE=' are not included for installation. For example, to install every component except for Reporting Services components during a new installation specify the following:
- ADDLOCAL=All REMOVE=RS_Server,RS_Web_Interface
- ADDLOCAL=All REMOVE=RS_Server,RS_Web_Interface
REMOVE can also be used during maintenance to remove components from an existing installation. For example, to remove Full-Text Search, specify the following:
- REMOVE=SQL_FullText
Important: Removing the parent feature removes both the parent and the child feature. REMOVE=