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.
strOutput = Database.CheckTextAllocsFast
HRESULT pDatabase->CheckTextAllocsFast ( SQLOLE_LPBSTR pstrOutput );
Element | Type | Description |
---|
strOutput | String | The output returned by the internal consistency check |
DBCC TEXTALL (..., FAST), DBCC TEXTALLOC (..., FAST)