mssql_test_connection
Test connectivity to a Microsoft SQL Server instance and retrieve server version and metadata. Specify server, port, database, and credentials to validate access.
Instructions
Test connection to MS SQL Server and retrieve server version and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port number (default: 1433) | |
| user | No | Username | |
| server | No | Server host/IP | |
| database | No | Database name | |
| password | No | Password |