get_table_dependencies
Retrieve a full dependency map for a table, showing both referencing and referenced objects. Identify all tables, views, or procedures that depend on a given table and those it depends on.
Instructions
Get full dependency map for a table (what it depends on and what depends on it)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| tableName | Yes | Name of the table |