analyze_check_constraints
Extract and analyze business rules from MSSQL database check constraints by specifying connection details, schema, and table name to streamline rule validation and enforcement.
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 |