Share via

Regarding SQL Space Alert in SCOM

Aswin Thomas(UST,IN) 426 Reputation points
2022-06-23T05:27:07.657+00:00

Hi All,

We got an alert in SCOM 2019 stating that "MSSQL on Windows: Database ROWS Data is Out of Space" from the SCOM Database. Kindly advise me how I can clear the alert.

Thanks in Advance

Regards,
Aswin

System Center Operations Manager
System Center Operations Manager

A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.

0 comments No comments

Answer accepted by question author

XinGuo-MSFT 22,271 Reputation points
2022-06-24T02:01:38.217+00:00

Hi,

Based as I know, the DBFreeSpacePercent can be calculated by the following Algorithmic formula:
DBFreeSpacePercent=DBFreeSpaceMB/(DBFreeSpaceMB+DBSizeMB).

In our environment, DBFreeSpacePercent=1061733.5/(1061733.5+5057321)=17.35%

For the alert "MSSQL on Windows: Database ROWS Out of Space", we can increase the database size on SQL database to see if it can be fixed.

1549714

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.