test_connection
Verify database connectivity and retrieve server details for Microsoft SQL Server. Input a connection string or use a named connection to test and confirm successful access.
Instructions
Test the database connection and return basic server information
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) |