list_triggers
Retrieve all database triggers with their associated tables to monitor automated actions and maintain data integrity in SQL Server.
Instructions
List all triggers in the database with their associated tables
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionString | No | SQL Server connection string (uses default if not provided) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| schema | No | Schema name (default: dbo) | |
| tableName | No | Filter by specific table name |