Link to home
Start Free TrialLog in
Avatar of HollyTea
HollyTeaFlag for United States of America

asked on

Can I migrate from SQL server 2005 to SQL Server 2012

Is it even possible to upgrade from SQL 2005 (32bit) to SQL 2012 (64)?

I need to move an existing version of Microsoft Dynamics 2010, SQL 2005 from a Windows Server 2008 (32bit) to my new server running Windows 2012 R2, Dymanics 2013, SQL 2012.

Any suggestions would be appreciated.
Avatar of Scott Pletcher
Scott Pletcher
Flag of United States of America image

First, run the free MS compatibility analyzer tool to see what syntax or other errors you might have.

Next, figure out everything in the master db that you need to copy/dup to the new server, including logins, linked servers, certificates, etc..

Then everything you need to copy/dup from msdb to the new server. Are you using SSIS packages?  Those can be a real pain to migrate.

Once that's done, you can simply backup and restore OR create ... for attach each of the user dbs.  SQL will automatically convert them internally to the 2012 format.
ASKER CERTIFIED SOLUTION
Avatar of Vitor Montalvão
Vitor Montalvão
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial