Analyze Table Statistics
analyze_table_statsRetrieve table statistics including row counts, storage size, and last update timestamps from SQL Server databases to monitor database performance and manage storage.
Instructions
Get table row counts, size information, and last update statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionString | No | SQL Server connection string (uses default if not provided) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| schema | No | Schema name (default: dbo) | |
| tableName | No | Filter by specific table name |