Error 1000266

Message text

DBCC: Table '%2' not found. %1

Item

Value

SQLCode

-1000266

Constant

EMSG_DBCC_TABLE_NOTFOUND

SQLState

QDB09

ODBC State

ERROR

Parameter 1

location of the exception

Parameter 2

name of user specified table

Probable cause

DBCC was unable to locate the specified table. Either the table does not exist or the name format is incorrect. The table name must follow the format [owner.]table.