Database Alerts

Discussion in 'Databases' started by TheRide, Sep 20, 2019.

  1. Hello,

    Is there a way to configure and receive an alert when the database is about to reach a certain size capacity (ex. 70% used)?
     
  2. Ray Huang

    Ray Huang Everleap staff

    You could write a VB/C# program to execute a stored procedure that checks the size of the database and send you an email notification. Then setup a Scheduled Task to run that program every so often.
     

Share This Page