find_computed_columns
Retrieve computed columns and their formulas in MSSQL Server to analyze derived business logic. Specify schema, table, or connection for targeted results.
Instructions
List computed columns and their formulas to understand derived business logic
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 |