sql_list_tables
List all user tables in the active SQL Server database, with optional view inclusion and row counts, to quickly identify available tables for schema inspection and data troubleshooting.
Instructions
List all user tables (and optionally views) in the active database, with row counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Filter by schema name (e.g. 'dbo'). Default: all schemas. | |
| includeViews | No | Also list views (default: false) |