CheckTextAllocsFull Method

SQLServer.Database.Table Object

Checks the internal allocation consistency of text and image pages of this table. This check is slower and more thorough than CheckTextAllocsFast method because it checks the entire table for text and image data.

Visual Basic

strOutput = Table.CheckTextAllocsFull

C++

HRESULT pTable->CheckTextAllocsFull ( SQLOLE_LPBSTR pstrOutput );

Elements

Element Type Description

strOutput String The output returned by the internal consistency check

Reference

DBCC TEXTALLOC (..., FULL)