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…
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;…
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…
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…
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…