Error 2501

Severity Level 16
Message Text

Could not find table named '%.*ls'. Check sysobjects.

Explanation

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.

Action

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.

See Also
bcp Utility DBCC CHECKDB
BULK INSERT Errors 2000 - 2999
DBCC CHECKCATALOG Reporting Errors to Your Primary Support Provider

 

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.