CheckTablesDataOnly Method

Description

Checks the internal consistency of the data pages of every table in the database.

Visual Basic

strOutput = Database.CheckTablesDataOnly

C++

HRESULT pDatabase->CheckTablesDataOnly ( SQLOLE_LPBSTR pstrOutput );

Elements


Element Type Description

strOutput String The output returned by the internal consistency check

Reference

DBCC CHECKDB (..., NOINDEX), DBCC CHECKTABLE (..., NOINDEX)