CheckTextAllocsFull Method

SQLServer.Database Object

Description

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

Visual Basic

strOutput = Database.CheckTextAllocsFull

C++

HRESULT pDatabase->CheckTextAllocsFull ( SQLOLE_LPBSTR pstrOutput );

Elements

Element Type Description

strOutput String The output returned by the internal consistency check

Reference

DBCC TEXTALL (..., FULL), DBCC TEXTALLOC (..., FULL)