SCSM SQL Data Grows Fast
I have an issue with our SCSM SQL Database growth and don't know where to start looking. This seems to have started after I updated SCSM to UR5. So what happens is I'll add 100 Gigs to my SQL Server where the SCSM DB resides and within a couple weeks I'm out of disk space. Anyone know what is causing this.
September 2nd, 2015 12:20pm

The top 3 biggest tables to check are dbo.JobStatus, dbo.BlobStorage, and dbo.EntityChangeLog.

If the Job Status table has grown to excessive proportions, than you can use this link to change up how long the job status histories are kept: http://blogs.technet.com/b/servicemanager/archive/2010/12/07/more-aggressively-grooming-the-jobstatus-and-windowsworkflowtaskjobstatus-tables.aspx

The Blob Storage table is all your file attachments and those can managed through training or altering your data retention settings.

Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2015 12:31pm

Hi,

Moreover, You could shrink your data and logs via SQL Server Management Studio to reclaim the space.

September 3rd, 2015 6:59am

Hi,

take a look at this article, it gives a good overview of the possible causes and approaches on solving this:

Case of the fast growing SCOM datawarehouse db and logs
http://www.bictt.com/blogs/bictt.php/2014/10/10/case-of-the-fast-growing

Hope this helps.

Regards,

Free Windows Admin Tool Kit Click here and download it now
September 3rd, 2015 7:12am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics