get_indexes
Retrieve index information for a table in a SQL Server database using a named connection. Returns index layouts to help analyze the indexing structure.
Instructions
Get index information for a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| connection | Yes | Connection name to use |