Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upgrading from SQL Server 2008 Express to 2008 Developer

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?

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.

like image 731
josecortesp Avatar asked Dec 03 '09 13:12

josecortesp


People also ask

What is the difference between SQL Server Developer and Express Edition?

SQL Server Developer is an ideal choice for people who build and test applications. Express edition is the entry-level, free database and is ideal for learning and building desktop and small server data-driven applications.

Can SQL Express be upgraded?

You can upgrade a Microsoft SQL Server Express instance using the SQL Server Express installation wizard. The version of SQL Server Express that is delivered with ArcGIS has changed with some releases.

Is SQL Server 2008 Developer Edition free?

Microsoft SQL Server Developer Edition is now free - Microsoft SQL Server Blog.


1 Answers

We had to do the same thing at one time. I think we simply backed up our database(s) and the master and msdb databases as a precaution, to restore if we had to, which I don't think we did.

like image 83
Randy Minder Avatar answered Sep 22 '22 00:09

Randy Minder