Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ranvir_2k
Posting Yak Master
180 Posts |
Posted - 2014-04-22 : 04:27:06
|
I would like to upgrade my SQL Server 2000 instance to SQL Server 2012/2014.I'm aware that you cannot go directly from 2000 to 2012. You have to go via 2005 or 2008(R2).An in place upgrade is not suitable as the current hardware and windows version is too low. So I would install SQL Server 2008 on a new server and also SQL Server 2012.To upgrade I believe this is what I need to do:1. Restore the 2000 database on an intermediate 2008 instance.2. Change the compatibility mode of the database to 10 (2008).3. Take a backup of the 2008 database and restore it onto the 2012 instance.I would run the upgrade advisor at each step to see what code changes need to be made. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2014-04-22 : 14:03:29
|
Yes those steps are the path. Good luck!Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
|
|
|