Posts

Showing posts from 2014

Move site collections between databases in Sharepoint 2010

Open Sharepoint Management Shell in Administrator mode and run following command. Move-SPSite <http://site/sites/sitename> -DestinationDatabase <Destination Content DB Name> Then Reset IIS