execute_query
Execute T-SQL queries against SQL Server databases, enabling data retrieval and analysis with configurable database context and row limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | T-SQL text to execute | |
| database | No | Database context | |
| rowLimit | No | Optional limit using SET ROWCOUNT |