list_databases
Retrieve a list of all databases on a SQL Server instance using a connection string or named connection. Simplify database exploration and management without coding.
Instructions
List all databases available on the SQL Server instance
Input 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) |