DeepDiverMom
Programmer
We backed up databases from a MS SQL Server 6.5 instance. We then attempted to restore the .BAK files on MS SQL Server 7.00.1063. At the beginning of the restore, we encountered this error:
I have reviewed thread962-705843 "2 different Unicode Collation", which indicates that there may be a way to overcome this issue. We would like to avoid a reinstall of SQL Server with the "old" server's Unicode settings.
What, then, is the easiest/best way to resolve this issue?
Becca
Code:
"Microsoft SQL-DMO SQL (ODBC SQLState: 42000)
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. Backup or restore operation terminating abnormally. [OK]"
What, then, is the easiest/best way to resolve this issue?
Becca