This video is a step by step guide that how to move SharePoint site collection from one content database to another database using SharePoint Management Shell.
Example of moving site collection only from one content database to another:-
Move-SPSite -identity "your_source_site_collection_URL" -DestinationDatabase "Your_destination_content_database"
Example of moving all sites collections from one content database to another:-
Get-SPSite -ContentDatabase "your_source_content_database" | Move-SPSite -DestinationDatabase "your_target_content_database:
How to move site collections from one content database to another content database in SharePoint?
#SharePoint #Move_content_database
Ещё видео!