Could not find table named '%.*ls'. Check sysobjects.
This error is usually caused by some form of corruption in the database. This often happens when a table is being dropped and a serious error occurs that causes the drop to fail.
Executing DBCC CHECKDB and DBCC CHECKCATALOG can indicate other problems in the database. Restore your database from backup or contact your primary support provider for assistance.
You may also be able to use bcp to copy out other tables. But because this problem is often caused by other problems in the database, problems can occur when you copy out other tables.
bcp Utility | DBCC CHECKDB |
BULK INSERT | Errors 2000 - 2999 |
DBCC CHECKCATALOG | Reporting Errors to Your Primary Support Provider |