Error in SQL Compare
Infoadv
Posts: 6
Hi
during database comparison or during a snapshot creation I receive the following error :
unexpected char: 0xံF :shock:
Have you some suggestions to understand problem and to solve or bypass it .
Is important for me to do this compare because i'm sure that someone have damaged db where i receive error and i MUST rebuild it correctly from an old version that work fine.
Best Regards
Luca Dileo
during database comparison or during a snapshot creation I receive the following error :
unexpected char: 0xံF :shock:
Have you some suggestions to understand problem and to solve or bypass it .
Is important for me to do this compare because i'm sure that someone have damaged db where i receive error and i MUST rebuild it correctly from an old version that work fine.
Best Regards
Luca Dileo
This discussion has been closed.
Comments
This error sounds a lot like the Unicode SQL object name got scrambled somehow. Have you tried simply running DBCC CHECKDB first to try to find errors in the database? I'll be the first to admit that if you have a corrupted database, SQL Compare is going to have problems registering it.
Only if i try to run DBCC CHECKTABLE , on table that i think is corrupted i receive invalid object.
I don't known how i can do .
Can you do a DBCC CHECKTABLE ... REPAIR_REBUILD (making sure, of course, to back up the database first!!)