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
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 restore 2000 to 2005

Author  Topic 

fmardani
Constraint Violating Yak Guru

433 Posts

Posted - 2006-02-09 : 03:48:12
Hi,
Can I restore a backup of sql server 2000 to sql server 2005?
Thanks

michaelxvo
Starting Member

47 Posts

Posted - 2006-02-09 : 10:01:14
quote:
Originally posted by penumatsa

I dont think you can do that.

If you are planning to move your database to SQL Server 2005, you can do it either by upgrading your database or using DTS to move it to SQL Server 2005.

suresh penumatsa




Hey my man, I think you did not check your source before you state something and I am afraid your statement is incorrect. if you check here

http://msdn2.microsoft.com/en-us/library/ms190436(SQL.90).aspx

YES YOU CAN BACKUP FROM SQL SERVER 2000 AND RESTORE TO SQL SERVER 2005
Go to Top of Page

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2006-02-09 : 12:29:44
backup/restore of sql2k db to sql2k5 dbms works just fine.



-js
Go to Top of Page

cshah1
Constraint Violating Yak Guru

347 Posts

Posted - 2006-02-09 : 15:20:05
You can't backup 2005 and restore it to 2000. No backward compatibility but the opposite should work fine.
Go to Top of Page
   

- Advertisement -