get_table_stats
Retrieve essential table statistics, including row count and column details, from SQL Server databases to analyze data structure.
Instructions
Get statistics about a table including row count and column information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Name of the table to get statistics for |