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