Analyze Check Constraints
analyze_check_constraintsExtract and analyze business rules embedded in SQL Server check constraints to document and validate data integrity logic.
Instructions
Extract and analyze business rules from check constraints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| tableName | No | Filter by specific table name | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') |