Friday, September 13, 2013

Deleting Orphaned Site Collection

Here is the quick step on how to delete the orphaned site collection as final resolution if any of the usual methods did not work :
 
To delete the site collection by using sql query which should be executed in the configuration database

 

DELETE FROM SiteMap


WHERE Id = 'a97953bd-6305-4eb0-872b-4fb4009373f6'    id is the site id’

No comments:

Post a Comment

SharePoint 2013 - ADFS - Configuration

The main objective of this post is to provide detailed configuration steps on how to set up SAML Authentication for SharePoint 2013/2016 w...