analyze_data_distribution
Analyze data distribution patterns in SQL Server tables to assess data quality, identify trends, and optimize database performance without coding.
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 |