Friday, April 27, 2012
Monday, April 2, 2012
Migrating SharePoint 2007 site to SharePoint 2010
Recently, I had to come up with a strategy to migrate our company's internal SharePoint based website from MOSS 2007 to SharePoint 2010 platform and the following MSDN article made my life so much easy:
URL: http://technet.microsoft.com/hi-in/library/cc263299(en-us).aspx
There were no custom developed components however there were many major customizations in different sections of the site collection, so we planned to followed the below steps:
URL: http://technet.microsoft.com/hi-in/library/cc263299(en-us).aspx
There were no custom developed components however there were many major customizations in different sections of the site collection, so we planned to followed the below steps:
- Prepare the new SharePoint 2010 Farm/Server.
- Detach the Content Database from the SharePoint 2007 web application.
- Move the Content Database to the new SQL Server.
- Create a new Web Application in SharePoint 2010.
- Attach the Content Database to the new Web Application.
- Verify data and functionality.
- Some customizations might/will stop working so you need to fix them or in some cases re-do them.
Subscribe to:
Posts (Atom)
-
Scenario: Updating the Master Page for SharePoint Online is not recommended by Microsoft now.....fine. So how do we change the UI then? And...
-
Microsoft introduced Office Graph a couple of months back which uses machine learning techniques to connect people to the relevant content,...
-
I have recently contributed to the official SharePoint documentation for developement. Check it out here: https://docs.microsoft.com/en-us...
Official SharePoint Documentation
I have recently contributed to the official SharePoint documentation for developement. Check it out here: https://docs.microsoft.com/en-us...