get_space_usage
Get disk space usage by table in a SQL Server database, listing top tables by size to identify storage consumption.
Instructions
Get detailed disk space usage by table in a database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Number of top tables to return (default: 20) | |
| server | No | Target server name (uses default if omitted) | |
| database | No | Database name (uses connection default if omitted) |