inspect_dependencies
Identify database objects that depend on a table, view, or other object for impact analysis before schema changes.
Instructions
Shows what database objects depend on a table, view, or other object. Use for impact analysis before schema changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectName | Yes | Name of the object to inspect (e.g., 'dbo.Customers' or 'Customers') | |
| includeColumns | No | Include column-level dependency details. Default: false | |
| environment | No | Optional environment name to target. |