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?
|
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? | ||||
|
feedback
|
|
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. | |||||
feedback
|