When I try to restore mssql 7.0 database,I got strange error :
The database you are attempting to restore was backed up under a different sort order ID (52) than the one currently runing on the server (106), and at least one of them is a non-binary sort order.
Backup or restore operation terminating abnormally.
Is there a way how i can fix it ?
Thanks a lot !You need to change sort order by using REBUILDM utility to rebuild the master database, refer to books online for more information.
Or rebuild the target server with source server's collation settings.
No comments:
Post a Comment