Is it possible to configure SQL server agent to send an e-mail based on a system monitor alert? Here's the situation...I have a database that I assume would grow by 20-50 MB per day. I'd like to get notified before the database runs out of disk space. Now, I could do something similar by schedculing sp_spaced procedure to run daily but that would be a overkill. Or, I could set the maximum size of the database and define an alert to go off when the data file reaches that size. But I was wondering if I could get SQLServer agent to read a system monitor alert. So far I have not been able to figure it out. Also, are there better ways of monitoring space usage?
Any ideas are welcome? Thanks in advance.
Any ideas are welcome? Thanks in advance.