sql-server
SQL Server table size query
database space usage monitoring
sys.allocation_units storage analysis
SQL Server capacity planning
schema-level disk usage reporting
Database Table Size
A reusable SQL query to report row counts, total space, used space, and unused space per table and schema using sys.allocation_units.
·
1 min read