Analyze Table Statistics
analyze_table_statsRetrieve table row counts, size information, and last update statistics to monitor database table health and performance.
Instructions
Get table row counts, size information, and last update statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| tableName | No | Filter by specific table name | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') |