Skip to main content
< All Topics
Print

Transaction log full

Alert will be thrown if the transaction log is full.

To query the Performance Store database for databases where the transaction log is full, use:

select e.*
from dbo.v_errors e
where e.error_number = 9002

The alert will be visible on theĀ Latest stats dashboard.

To exclude specific servers from this alert, see how to use the dbo.team_alert_exclude table in Alerting.

Table of Contents