Upgrading from SQL Server 2008 Express to 2008 Developer
Posted
by josecortesp
on Stack Overflow
See other posts from Stack Overflow
or by josecortesp
Published on 2009-12-03T13:47:40Z
Indexed on
2010/04/21
13:03 UTC
Read the original article
Hit count: 616
sql-server
|sql-server-2008-express
Hey Guys, this one is a quick Question:
What is the best (or THE) way to change my SQL Express 2008 (with advance...) installation to a 2008 Developer edition?
I need to keep the databases, along with the logins and so on.
I need to upgrade because, I Want to use all the features in TFS 2010.
- Do I have to make backups of all the data and uninstall express - install developer?
- Is there a quicker way?
Thanks in advance
SOLVED:
In the SQL Server Installation Center, there a Edition Upgrade options found under Maintenance. The only thing is that you have to choose processor type as x86 (as Express is only x86) in the options in the Installation Center. Now my SQL Server is developer...
© Stack Overflow or respective owner