Find Computed Columns
find_computed_columnsList computed columns and their formulas to reveal derived business logic in SQL Server tables.
Instructions
List computed columns and their formulas to understand derived business logic
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') |