list_default_constraints
Retrieve and display default value constraints and their definitions for MSSQL tables, with options to filter by schema, table, or connection.
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 |