list_default_constraints
Retrieve and list all default value constraints along with their definitions from a Microsoft SQL Server database. Filter by specific table or schema for targeted insights.
Instructions
List all default value constraints and their definitions
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 |