Database.CheckTables Method
SQL Server 2012
Tests the integrity of database pages for all tables and indexes defined on the tables of the 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 | |
|---|---|---|
|
CheckTables(RepairType) | Tests the integrity of database pages for all tables and indexes defined on the tables of the database. |
|
CheckTables(RepairType, RepairOptions) | Tests the integrity of database pages for all tables and indexes defined on the tables of the database. |
|
CheckTables(RepairType, RepairStructure) | Tests the integrity of database pages for all tables and indexes defined on the tables of the database. |
|
CheckTables(RepairType, RepairOptions, RepairStructure) | Tests the integrity of database pages for all tables and indexes defined on the tables of the database. |