CheckTextAllocsFast Method

SQLServer.Database.Table Object

Description

Checks the internal allocation consistency of text and image pages of this table. This check is faster than the CheckTextAllocsFull method because it only checks data in existing text and image columns.

Visual Basic

strOutput = Table.CheckTextAllocsFast

C++

HRESULT pTable->CheckTextAllocsFast ( SQLOLE_LPBSTR pstrOutput );

Elements

Element Type Description

strOutput String The output returned by the internal consistency check

Reference

DBCC TEXTALLOC (..., FAST)