How do I restore a SQL Server 2000 database to a SQL Server 2008 instance?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
migrated from stackoverflow.com Jan 21 '12 at 15:01
|
Upward compatibility is supported - you can easily restore a SQL Server 2000 database on SQL Server 2008, but backwards compatibility isn't - you cannot restore a SQL Server 2008 backup on SQL Server 2000. |
|||
|
|
|
There is a good tutorial here on creating backup and restore of database. Hope this will be helpful. |
|||
|
|
|
|||||||||||
|
