get_relationships
Identify foreign key relationships between tables in a SQL Server database using connection strings or named connections. Simplify database schema analysis and management with this tool.
Instructions
Get foreign key relationships between tables in the 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) |