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