View Database Object Information
DBCC provides information of database objects. On the Tables page, you can view detailed information about tables in the database, such as the schema to which the table belongs, the table name, whether the table contains partitions, the table size, the user, and the estimated number of rows. An example page is as follows:

To access the Tables page, you need to:
Access the DBCC dashboard in your browser via
http://<cluster_node_IP>:8080/
.Click Tables in the left navigation menu to enter the page.
View table objects
To query the information of a table, you can fill in the drop-down option boxes according to the database, the schema, the table name, and the user. Then click Query. The User box supports multiple selections.
The fields for the table information are described as follows:
Field name |
Description |
---|---|
Schema |
The schema to which the table belongs. |
Relation Name |
The table or view name. |
Include Partitions |
Indicates whether the table contains partitions. |
Size |
The storage size that the table occupies. |
User |
The database user to which the table belongs. |
Est. Rows |
The estimated number of rows. |
Last Analyzed |
The last time the table was analyzed for updated statistics. |