Shows all tables in the SQL Azure database, including their size, number of rows, and free space.

The columns are:

Table Name

The name of the table.

Owner

The name of the table owner.

Rows

The number of rows in the table.

Reserved MB

The amount of space reserved for the table in megabytes.

Used MB

The amount of used space in the table.

Free MB

The amount of free space in the table.

Pct DB

The percentage of space that the table occupies in the database.

Reserved Pages

Total number of pages reserved for the table.

Used Pages

Total number of pages used for the table.

How to filter the results

You can filter the grid by the following criteria:

  • Top N tables
  • Size or row count
  • Table name

Type appropriate values into the fields above the Tables grid (wildcards are supported) and click Apply Filter.