SQL Integrity CheckDBTables

Returns a report on the integrity of the database tables of an SQL server.

Privileges

Normal

Input Parameters

Name Type Required Description
SQL Server String Yes The name of the instance of an SQL server.
Database Name String Yes The name of the database in an SQL server.

Output Parameters

Name Type Description
ActionResult String collection

Returns a list of that contains the following members:

  • ResultString
Result Number

Returns a success value of zero or any value other than zero to indicate failure.

Example Input Parameters

Name Type Required Example
SQL Server String Yes localhost
Database Name String Yes SQLdev
Table Name String No Customers