Quantcast
Channel: Operations Manager - General forum
Viewing all articles
Browse latest Browse all 11941

Operationsmanager database is consuming lot of space

$
0
0

Hi All,

I have a issue, My operations manager database is of 40GB and out of which 19 GB was always free.

From the past 1 - 2 weeks my database is occupying lot of space and currently i have only 9GB free.

When i ran a SQL query to pull what data  of what is consuming lot of space below is the report.

SQL Query what i used:

SELECT so.name, 
8 * Sum(CASE WHEN si.indid IN (0, 1) THEN si.reserved END) AS data_kb, 
Coalesce(8 * Sum(CASE WHEN si.indid NOT IN (0, 1, 255) THEN si.reserved END), 0) AS index_kb, 
Coalesce(8 * Sum(CASE WHEN si.indid IN (255) THEN si.reserved END), 0) AS blob_kb 
FROM dbo.sysobjects AS so JOIN dbo.sysindexes AS si ON (si.id = so.id) 
WHERE 'U' = so.type GROUP BY so.name  ORDER BY data_kb DESC

Output:

Last 5 days back the report (When the space came to 12GB)

namedata_kbindex_kb
StateChangeEvent7347832753376
PerformanceSource40012001783192
PerformanceData_402310000671704
PerformanceData_382240256648800
PerformanceData_422063936596704
AlertHistory1412752177984
PerformanceData_361390320406616
Alert1369984162984
PerformanceData_44764976224600
RecursiveMembership482152176856
Event_404204005912
Event_423139844320
Event_362906884000
Event_382896003808
Event_342529763352

In last 3 days the new report (Currently when the space came to 9GB)


namedata_kbindex_kbblob_kb
StateChangeEvent74172727648960
PerformanceSource400971217869040
PerformanceData_46362643210421440
PerformanceData_4023100006717040
PerformanceData_3822402566488000
PerformanceData_4220639365967040
PerformanceData_4418738405488880
AlertHistory14688801822080
Alert13995761528320
Event_4652683269360
RecursiveMembership4827281772400
Event_4042040059120
Event_4231398443200
Event_4430660841840
Event_3629068840000

My Current grooming settings for Operationsmanager DB are as below.

Can any one help me in how do i reduce this space occupation please ?


Gautam.75801



Viewing all articles
Browse latest Browse all 11941

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>