up vote 1 down vote favorite
1
share [g+] share [fb]

Can you import (or migrate) SQL Server 2005 databases to SQL Server 2008?

Is it possible to have the same 2005 and 2008 running on the same machine without complications?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Yes. You can restore a backup from SQL 2005 in SQL 2008. You can also have instances of both on the same machine.

Edit: This question has been asked before (more or less). See here

link|improve this answer
feedback

Yes, and Yes.

The fastest way to move from one to the other that I have found is just to do a backup from SQL 2005 and a restore to SQL 2008.

I have both running side-by-side on my dev box without issue.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.