Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 Restore sql 05 bak file to sql 08

Author  Topic 

allan8964
Posting Yak Master

249 Posts

Posted - 2009-11-04 : 09:51:23
hi there,

i have some bak files created from sql 08 and i can't restore them to sql 05. is there anything i can do about it?

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2009-11-04 : 10:22:54
No. Sorry.


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

nwalter
Starting Member

39 Posts

Posted - 2009-11-09 : 00:57:27
The only supported way would be to restore the database to a SQL 2008 server and then use SSIS packages to export/import the schema and data into a SQL 2005 database.

You may also be able to find some unsupported methods out there but I would only use them in a dire emergency as they involve heavily modifying the system objects and tables within the database.
Go to Top of Page
   

- Advertisement -