execute_query
Run custom SQL SELECT queries on Microsoft SQL Server with automatic row limiting (top 20) using a connection string or named connection. Simplify database query execution and data retrieval.
Instructions
Execute a custom SQL SELECT query with automatic limit (top 20 rows)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| connectionString | No | SQL Server connection string (uses default if not provided) | |
| query | Yes | SQL SELECT query to execute |