get_table_count
Count records in a SQL Server table to monitor data volume and verify query results. Specify the table name to retrieve the total row count.
Instructions
Get the total count of records in a SQL Server table.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | The name of the table to count (can include schema, e.g., 'dbo.Users') |