For the sake of scalability, for ease of management and to simplify
backup and recovery processes, it makes sense to separate different site
collections into their own content databases. However, by default
SharePoint 2010 saves content from every site collection into the same
database. In this Video shows how to move content out of the default
database and into custom databases, so our farm configuration is
scalable and more manageable from a data perspective.
by Viral Shah (B.E.I.T., CEH, ECSA, LPT, Certified Microsoft Sharepoint Configuration [70-667], Certified Microsoft Sharepoint Application Developer [70-573]), Certified Microsoft Azure Administrator [AZ-103]
Showing posts with label export site data. Show all posts
Showing posts with label export site data. Show all posts
Thursday, March 7, 2013
Thursday, July 19, 2012
Moving site from one port to another using Export & Import Command
Today I faced an issue while restoring site collection from one server to another server. it was giving me error of different versions of SharePoint Application.
This command help me solving issue. Use this command with Sharepoint 2010 Management Shell.
to access Sharepoint2010 Management Shell.
Go to Start->Microsoft SharePoint 2010 Products->Sharepoint 2010 Management Shell.
To Export List :
Export-SPweb -identity http://mossapp/picturelibrary -Path E:\viral\Backup\exportsites.cmp
To Import List :
Import-spweb –identity http://mossapp:8008 -path E:\viral\Backup\exportsites.cmp
Hope this helps!!
Regards,
Viral Shah
This command help me solving issue. Use this command with Sharepoint 2010 Management Shell.
to access Sharepoint2010 Management Shell.
Go to Start->Microsoft SharePoint 2010 Products->Sharepoint 2010 Management Shell.
To Export List :
Export-SPweb -identity http://mossapp/picturelibrary -Path E:\viral\Backup\exportsites.cmp
To Import List :
Import-spweb –identity http://mossapp:8008 -path E:\viral\Backup\exportsites.cmp
Hope this helps!!
Regards,
Viral Shah
Labels:
export site data,
import export site list,
Sharepoint,
SharePoint 2010,
sitecollection import
Subscribe to:
Posts (Atom)