CheckAllocationsDataOnly Method

Description

Checks the internal allocation consistency of the database. This includes checking that data pages are consistent with the allocation information in the extent.

Visual Basic

strOutput = Database.CheckAllocationsDataOnly

C++

HRESULT pDatabase->CheckAllocationsDataOnly ( SQLOLE_LPBSTR pstrOutput );

Elements


Element Type Description

strOutput String The output returned by the internal consistency check

Reference

DBCC NEWALLOC (..., NOINDEX)