SQLServer.Database.Table Object
Checks the internal allocation consistency of text and image pages of this table. This check is slower and more thorough than CheckTextAllocsFast method because it checks the entire table for text and image data.
strOutput = Table.CheckTextAllocsFull
HRESULT pTable->CheckTextAllocsFull ( SQLOLE_LPBSTR pstrOutput );
Element | Type | Description |
---|
strOutput | String | The output returned by the internal consistency check |
DBCC TEXTALLOC (..., FULL)