I need to receive an email when a disk space on a given drive (which has SQL DB files) falls below 3 GB:
- I need to use alerts (I don't want to use a SQL job to run some SP every x mins).
- SQL Server performance condition alert cannot be used, because SQL cannot access non-SQL performance counters
- if you use WMI event alert, please provide a query
- registry cannot be modified (I know what you were thinking)
Seems like a rather common DBA need, and I can't find a solution. Thanks in advance.