list_tables
Retrieve a list of all tables within a Microsoft SQL Server database by specifying a connection string, named connection, or schema. Simplify database exploration without coding.
Instructions
List all tables in the connected database
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) | |
schema | No | Schema name (default: dbo) |