I have a database built in SQL Server 2008 Developer Edition but am unable to open it in SQL Server 2008 Standard Edition. It says the version of my SQL Server is too old.

How can I solve this problem?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Install the latest Service Pack for your sql server, or if you want to send the database back, install the same Service Pack as the Developer Edition is using.

link|improve this answer
here is some other information about my question social.msdn.microsoft.com/Forums/en-US/sqltools/thread/… – arash Nov 3 '11 at 22:08
you said correct.thanks – arash Nov 3 '11 at 22:08
feedback

Your Answer

 
or
required, but never shown

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