list_triggers
List all DML triggers in a database. Optionally filter by schema and parent table to narrow results.
Instructions
List all DML triggers in a database, optionally filtered by schema and/or parent table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Filter by parent table name | |
| schema | No | Filter by parent table schema (e.g. dbo) | |
| database | No | Database name (defaults to the configured default database) |