List Triggers
list_triggersList all triggers in a SQL Server database with their associated tables. Filter by schema or specific table to pinpoint relevant triggers.
Instructions
List all triggers in the database with their associated tables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| tableName | No | Filter by specific table name | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') |