Question

  Asked: Mar 6 2008   10:47 PM GMT
  Asked by: SQL Server Ask the Experts


Restoring a SQL Server 2005 IBM Rational RequisitePro database from SQL Server 2008, back to SQL Server 2005


SQL Server 2005, SQL Server 2008, SQL Server database restore

I have installed a SQL Server 2005 IBM Rational RequisitePro DB into my local SQL Server 2008. Can I restore this database back to the SQL Server 2005 box? I know this was a problem when going from SQL Server 2005 to 2000.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



You can not backup a database and restore it to a prior version of SQL Server. You'll need to script out the objects and then copy the data from the SQL 2008 database to the SQL 2005 database.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on SQL Server.

Looking for relevant SQL Server Whitepapers? Visit the SearchSQLServer.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Mrdenny  |   Mar 7 2008  2:33AM GMT

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.