Automatically moving SharePoint site collections to separate databases
I had a requirement to move site collections into separate databases after a large migration. For this to work, I have one content database that is created as default with maximum number of sites set to 5000. My script will then create new databases with a site limit of 1 and move the site collections to that database.
read more