How To Delete An SSP (Shared Services Provider) In Sharepoint
Sharepoint Shared Services Providers (SSPs) can be forced to delete using the following stsadm command:
stsadm -o deletessp -title "SSPNAME" -force
If you also want to delete the SSP database also use the following stsadm command:
stsadm -o deletessp -title "SSPNAME" -deletedatabases –force
July 15, 2010 | Posted by Stewart Schatz
Categories:
Tags: |