Database.CheckTablesDataOnly Method
SQL Server 2012
Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CheckTablesDataOnly() | Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database. |
|
CheckTablesDataOnly(RepairOptions) | Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database, with the specified repair options. |
|
CheckTablesDataOnly(RepairStructure) | Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database with the specified repair structure. |
|
CheckTablesDataOnly(RepairOptions, RepairStructure) | Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database with the specified repair options and repair structure. |