Auto close is on

How can we help?
< All Topics
Print

Auto close is on

In general, it is recommended to not have auto close on for any database, as it takes more time for users to connect to the database.

To query the Performance Store database for databases where auto close is on, use:

select d.*
from dbo.v_databases d
where d.is_auto_close_on = 1

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