CheckTable Method

SQLServer.Database.Table Object

Description

Checks the internal consistency of the data and index pages of this table.

Visual Basic

strOutput = Table.CheckTables

C++

HRESULT pTable->CheckTables ( SQLOLE_LPBSTR pstrOutput );

Elements

Element Type Description

strOutput String The output returned by the internal consistency check

Reference

DBCC CHECKTABLE