> SP2010 export/import using Powershell: http://www.c-sharpcorner.com/UploadFile/Roji.Joy/3925/ > SharePoint 2010 Cookbook: How to Migrate a SharePoint 2007 Site to SharePoint 2010 Using Database Attach http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2010/11/02/sharepoint-2010-cookbook-migrate-a-sharepoint-2007-site-to-sharepoint-2010.aspx * migration with db may be done, and db can be associated with the site using the command: Stsadm.exe –o addcontentdb –url “enter your url” –databasename “enter your db name” […]