Object Explorer details (Data space used, index space used, row count...)
In SQL Server Managment Studio there is an view: Object explorer details. Where I can see details for all tables in my database. And for example I can sort tables by row count. Similar view in DbForge has fixed columns: Schema, Principal, Partitioned, Create Date, Modify Date, filegroup, Change tracking, Lock_Escalation. But there is no possibility to add extra columns especially: Data space used, index space used, row count.

-
Brien King commented
This is something I use a lot when converting legacy databases to newer databases. If I have a table that 0 rows in it vs one that has 1M rows in it, I have a pretty good idea that one table isn't used, and the other is.