English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

オブジェクト ID が %1 (パーティション ID %2) のテーブルまたはインデックスのエントリが、データベース %3 に見つかりませんでした。このエラーは、削除されたテーブルをストアド プロシージャが参照している場合、またはメタデータが壊れている場合に発生する可能性があります。ストアド プロシージャを削除して再作成するか、DBCC CHECKDB を実行してください。

Click to search this error in Google

English version

Could not find an entry for table or index with object ID %1 (partition ID %2) in database %3. This error can occur if a stored procedure references a dropped table, or metadata is corrupted. Drop and re-create the stored procedure, or execute DBCC CHECKDB.

Click to search this error in Google



Localized version
 Japanese

Error category
 SQL Server

Other localized versions
11 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions