0
votes

There is plenty of documentation out there for looking up what content DB a site collection uses in SharePoint. However, I'm looking for the reverse. I have a specific DB, and I need to know where (what URL's) it's content is referenced or displayed.

We have a DB that has been partially corrupted and in need of restoring. It appears the only clean backup we have of it is relatively old. However, at first glance the library we know to be using it is lightly used. There has been no new content added to it since our backup was taken.

I am looking for a way to confirm that restoring from this backup wont unknowingly overwrite some critical data somewhere else.

1

1 Answers

0
votes

In doing more digging, I did find another SO post that was able to get me the information I needed.

How to see all site collections in a specific content DB

-ContentDatabase contentdbname | select url, @{label="Size";Expression={$_.usage.storage}}

In navigating to the returned URL, I found recently added data. So that now rules out the restore.