analyze_data_distribution
Analyze column data distribution patterns in SQL Server tables to assess data quality and identify trends, supporting informed decision-making and database optimization.
Instructions
Get data distribution patterns for columns to understand data quality and patterns
Input Schema
Name | Required | Description | Default |
---|---|---|---|
columnName | No | Specific column to analyze (analyzes all if not provided) | |
connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
connectionString | No | SQL Server connection string (uses default if not provided) | |
sampleSize | No | Sample size for analysis (default: 1000) | |
schema | No | Schema name (default: dbo) | |
tableName | Yes | Name of the table to analyze |