get_table_indexes
Retrieve indexes for a SQL Server table, including columns and index type. Provide the table name and optionally the schema.
Instructions
Lista os índices de uma tabela, incluindo colunas e tipo de índice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Nome da tabela | |
| schema | No | Schema da tabela (padrão: dbo) |