Is it possible to restore a SQL Server 7.0 database backup to MSDE?

  • I'm trying to restore a backup of a SQL Server 7.0 database to MSDE 7.0.  The error that I'm receiving states: "The database you are attempting to restore was backed up under a different Unicode locale ID (33280) or Unicode comparison style (0) than the Unicode locale ID (1033) or Unicode comparison style (196609) currently running on this server".  Does anybody know what the problem is?  Can you even restore a db backup from SQL Server to MSDE?

  • yes you can restore SQL server backups to MSDE

    sql server7.0 can only have one locale/collation, you may be able to install msde7.0 with a specific collation...

    maybe also think about UPGrading to SQL server 2000 or 2005 when it comes out...!!


    ------------------------------
    Life is far too important to be taken seriously

  • MSDE only supports database that is less than 2 GB.

  • you right

  • Are you trying to restore the master database? You can only restore the master database if it is the exact same build level (source and destination).

Viewing 5 posts - 1 through 4 (of 4 total)

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