list_triggers
Identify and retrieve all database triggers along with their associated tables, with optional filters for schema or table name, using a SQL Server connection string or named connection.
Instructions
List all triggers in the database with their associated tables
Input Schema
TableJSON 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 |