Recommended approach to Nintex content database design is to have one to one relationship between a SharePoint site collection , SharePoint CDB, and Nintex content DB. This means that each SP site collection will…
Tag: content database
List of Content Databases (CDB) and their size and number of sites
A simple one line PowerShell to get a list of all content DBs, their size, and the number of site collections. # Get All content Databases Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue;…
SharePoint 2016: Databases running in compatibility range, upgrade recommended
You may notice the above comment when you create a brand new farm in Central Admin under Central Administration->Upgrade and Migration -> Review database status On a new farm without…
SharePoint 2013 to 2016 should you upgrade
In this article I will give the key points you need to take into account when deciding to upgrade your SharePoint farm to SharePoint 2016. What are the new features in SharePoint 2016…
Move SharePoint 2010 site from one content database to another
steps : Create the new content database ( Using Central Admin or PowerShell ) on the same farm and web application. move the site to the newly created content database in…