list_default_constraints
Retrieve and display all default value constraints along with their definitions in Microsoft SQL Server. Filter results by schema or table name for precise data exploration and management.
Instructions
List all default value constraints and their definitions
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) | |
schema | No | Schema name (default: dbo) | |
tableName | No | Filter by specific table name |