describe_trigger
Retrieve detailed information about a specific SQL Server trigger, including its definition and associated events, to simplify database management and troubleshooting.
Instructions
Get detailed information about a specific trigger including its definition and events
Input 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) | |
includeDefinition | No | Include the trigger definition (default: true) | |
triggerName | Yes | Name of the trigger to describe |