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

Comments

Popular posts from this blog

javascript to get the all site user in sharepoint 2010 (Getting all Site users using Client Object Model)

SharePoint 2010: JavaScript Code To Check if user exists in a group (ECMA)