Created
July 4, 2014 04:32
-
-
Save jjaramillo/3346e05fa6cdb24ca086 to your computer and use it in GitHub Desktop.
If you ever get "Restore-SPSite : The operation that you are attempting to perform cannot be completed successfully. No content databases in the web application were available to store your site collection. The existing content databases may have reached the maximum number of site collections, or be set to read-only, or be offline, or may alread…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT [DeletionTime] | |
,[Id] | |
,[SiteId] | |
,[InDeletion] | |
,[Restorable] | |
FROM [content_database_name].[dbo].[SiteDeletion] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment