get_table_statistics
Get row count, data size, and last modified timestamps for a SQL Server table. Pass schema and table name for database analysis.
Instructions
Get table statistics including row count, size, and timestamps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| tableName | Yes | Name of the table |