analyze_schema_change_impact
Find all objects dependent on a table to assess the impact of schema changes before altering it. Understand which views, procedures, and functions may be affected.
Instructions
Analyze impact of schema changes by finding all dependent objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| tableName | Yes | Table name to analyze impact for |