Link to home
Start Free TrialLog in
Avatar of Lynn Thames
Lynn ThamesFlag for United States of America

asked on

Can I restore/convert a SQL Server 2008 R2 backup to be able to use in SQL Server 2008?

I have a SQL Server 2008 Express server installed for a development database.  

I am testing a web project for a client and his database is SQL Server 2008 R2 and I want to import his database into my test server for testing until we go live.

Is this possible?  Or will I have to upgrade to 2008 R2 . . .and if so how difficult would this be?  I'm a programmer and know my way around the SQL server management studio (enough to be dangerous anyway).  But I didn't install the software to begin with and don't know much about the installation or upgrade process.

Thanks for any input!

Lynn
ASKER CERTIFIED SOLUTION
Avatar of mikho
mikho
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Lynn Thames

ASKER

Both responses were helpful in figuring out what I should do.

The final answer was to install SQL Server 2008 R2 and restore the backup, then use the export wizard to export the entire database to the SQL Server 2008 database.  

Worked like a charm.