dbTalk Databases Forums  

SQL server 2008 backward to sql server 2005

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss SQL server 2008 backward to sql server 2005 in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bill_Orova
 
Posts: n/a

Default SQL server 2008 backward to sql server 2005 - 12-30-2009 , 09:38 AM






Hello Gurus
I have been on the ms site for hours and cannot seem to get a good
answer for the following question:
Is a .bak file or a backup file that is from a sql server 2008 usable by
sql server 2005
it is not usabe in sql server 2000 we already tried that. We get a file
corrupt message. Any help would be good

Wisord

*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
  #2  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: SQL server 2008 backward to sql server 2005 - 12-30-2009 , 10:00 AM






No you cannot restore a later version to an earlier version regardless of
what version it is. You would need to export all the data from the 2008
version and import it into a similar schema in 2005. Of course if there were
any 2008 specific features used you would have to deal with them depending
on what they were.

--

Andrew J. Kelly SQL MVP
Solid Quality Mentors

"Bill_Orova" <nospam (AT) devdex (DOT) com> wrote

Quote:
Hello Gurus
I have been on the ms site for hours and cannot seem to get a good
answer for the following question:
Is a .bak file or a backup file that is from a sql server 2008 usable by
sql server 2005
it is not usabe in sql server 2000 we already tried that. We get a file
corrupt message. Any help would be good

Wisord

*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
  #3  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: SQL server 2008 backward to sql server 2005 - 12-30-2009 , 10:02 AM



You can only restore forward, not backward. Typically two versions.

SQL 2000 can be restored to 2000, 2005, 2008
SQL 2005 can restore to 2005 and 2008.

Same for detach-attach.

Compatibility mode has nothing to do with on-disk format and won't help.

Once a database is restored or attached to a higher version, there is no
direct revert path.

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP


"Bill_Orova" <nospam (AT) devdex (DOT) com> wrote

Quote:
Hello Gurus
I have been on the ms site for hours and cannot seem to get a good
answer for the following question:
Is a .bak file or a backup file that is from a sql server 2008 usable by
sql server 2005
it is not usabe in sql server 2000 we already tried that. We get a file
corrupt message. Any help would be good

Wisord

*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.