CheckTextAllocsFast Method

SQLServer.Database Object

Description

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

Visual Basic

strOutput = Database.CheckTextAllocsFast

C++

HRESULT pDatabase->CheckTextAllocsFast ( SQLOLE_LPBSTR pstrOutput );

Elements

Element Type Description

strOutput String The output returned by the internal consistency check

Reference

DBCC TEXTALL (..., FAST), DBCC TEXTALLOC (..., FAST)