restoring a 2005 database on a 2000 server?

  • As part of my risk assessment for my final year project at uni I need to know whether its possible to load a database created in sql server 2005 into sql server 2000?

    just a simple database. 10 tables, 2 scheduled jobs, 15 or so simple queries.

    any help is appreciated,

    ben

  • This was removed by the editor as SPAM

  • I just tried and was not able to do it.

    restore headeronly from disk='d:\stage\GLYNNE_backup_200510131516.bak'

    gave me the following error;

    Server: Msg 3205, Level 16, State 2, Line 1

    Too many backup devices specified for backup or restore; only 64 are allowed.

    Server: Msg 3013, Level 16, State 1, Line 1

    RESTORE HEADERONLY is terminating abnormally.

     

    From the SQL 2005 online help;

    Backups created with Microsoft SQL Server 2005 cannot be restored to an earlier version of SQL Server.

     

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply