get_table_indexes
Retrieve all indexes for a table, with details on the columns each index covers, to analyze database indexing.
Instructions
Get all indexes for a table with column details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| tableName | Yes | Name of the table |