get_table_indexes
Retrieve index information for a specified table in a SQL Server database. Provide the table name to get details on its indexes.
Instructions
Get index information for a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name | |
| table | Yes | Table name (can include schema) |