How to find large tables
What's an easy way to identify large tables (by number of rows and columns) in a database? Background:According to the following documentation, using database views that include large tables negatively impacts performance. As a system administrator, ...
