How to identify large tables in database
Description of Issue
Database is growing quickly and there is a need to identify what the cause is.
Context
Database
SQL Server Management Studio (SSMS)
Cause
Though causes can vary, exponential growth could be due to a System Log table filling with multiple error/log messages daily.
Resolution
Log into the database server
Open SSMS (SQL Server Management Studio)
Connect to the applicable instance
Expand Databases by clicking on the plus symbol (+)
Right-click on database
Navigate to Reports > Standard Reports > Disk Usage by Top Tables
Additional Information
Please create a case with TSM Support for further assistance in the Support Portal.