Deletessp: Stsadm operation (Office SharePoint Server)
Updated: 2007-07-12
Operation name: Deletessp
Deletes a Shared Services Provider (SSP) in a Web application when the title parameter is specified. The deletedatabases parameter is optional.
Note: |
|---|
|
To delete the default SSP, you must use the force parameter.
|
Syntax
stsadm -o deletessp
-title <SSP name>
[-deletedatabases]
[-force]
Parameters
|
Parameter name and short form
|
Value
|
Required?
|
Description
|
|---|
|
title
|
A valid title, such as "SSPName1"
|
Yes
|
The name of the SSP to delete.
|
|
deletedatabases
|
<none>
|
No
|
Deletes all databases associated with the SSP.
|
|
force
|
<none>
|
No
|
Forces the timer job to complete the deletion of a SSP.
|
Note: |
|---|
|
The force parameter is not displayed if you use the following syntax:
stsadm -help deletessp
|