CheckTableDataOnly Method

Description

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

Visual Basic

strOutput = Table.CheckTableDataOnly

C++

HRESULT pTable->CheckTableDataOnly ( SQLOLE_LPBSTR pstrOutput );

Elements


Element Type Description

strOutput String The output returned by the internal consistency check

Reference

DBCC CHECKTABLE (..., NOINDEX)