analyze_check_constraints
Extract and analyze business rules from SQL Server check constraints to understand and validate database logic. Specify schema, table, or connection details for targeted insights.
Instructions
Extract and analyze business rules from check constraints
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) | |
tableName | No | Filter by specific table name |