analyze_check_constraints
Extract and analyze business rules from check constraints in SQL Server databases. Identify and manage rules using schema and table filters for improved data integrity.
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 |