At the moment, I have a SQL 2005 Standard box. I'd like to upgrade it to SQL 2012 Enterprise in-place. When I say in place, I mean an install similar to Office 2010, e.g. it removes the older (Office 2007) version, binds itself to extensions once held by its predecessor and keeps all the settings as well.
Is this possible?
If not, what should be the procedure? So far, I got this.
- Back up the databases
- Write down all the settings.
- Uninstall SQL 2005.
- Install SQL 2012 Enterprise.
- Restore settings
- Restore the databases.
