Find Computed Columns
find_computed_columnsList computed columns and their formulas in SQL Server databases to understand derived business logic and data dependencies.
Instructions
List computed columns and their formulas to understand derived business logic
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionString | No | SQL Server connection string (uses default if not provided) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| schema | No | Schema name (default: dbo) | |
| tableName | No | Filter by specific table name |