Comments
1 comment
-
Hi,
Sorry that's not working for you - it's not an error I've seen before! Could you confirm what version of SQL Server the backup was originally taken on?
Another thing to try, if you've got access to the live copy of that database, is to run the following query:select * from sys.objects where name='sysclsobjs'
If you could post the results back here, that might help in tracking it down.
Many thanks,
Robert
Add comment
Please sign in to leave a comment.
I have tried multiple differant backup files from the same database, but all experience this error. I have been able to get SQL Compare to work from Live Server to Live Server. I am currently restoring one of the backup files that did not work previously to a test server to see if it is possible to do the comparison server to server that way.
Has anyone else had problems with comparing against backup files? I know the object exits as it is a system table.