MS SQL Server 7.0.
While trying to restore a database from a backup file (the backup was done on
another server) I get a message:
"Microsoft SQL-DMO (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".
Is it possible to restore the database without rebuilding the master database?
What is locale ID 33280? I found ID 1033 is English but 33280 doesn't
correspond with any of 24 default languages installed in MS SQL Server.
--
Jacek Sierpinski