SQL Rebuild Table Indexes
This Automation Manager object rebuilds the indexes in the configured database table.
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. |
| Table Name | String | Yes | The name of the table in the database of an SQL server. |
Output Parameters
| Name | Type | Description |
|---|---|---|
| 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 |
