New answers tagged content-database
1
For those who have issue with only image url pointing to old server here is the solution
0
You should probably build something using the QuickLinkManager.
You get an instance of a manager from a UserProfile.
So basically you would either build it as a webpart on a page where the links is displayed. Or you need to write some application that iterates over all of your users and gets the UserProfile and then modify every link that contains your old ...
0
If you want to see all site collection in that Content db then use this,
Get-SPSite -Limit All -ContentDatabase contentdbname | select url, @{label="Size";Expression={$_.usage.storage}}
Find SC in a Content DB
You can use this PS command to move site collection to a different content database, however make sure you have sufficient permissions as ...
1
For such a large database, you should create site collection with separate content db. You can't do this through UI, so you have to create the structure programmatically.
You can refer following whitepaper:
Managing Multi-Terabyte Content Databases with SharePoint 2010 (white paper)
Hope it helps!!
Top 50 recent answers are included

