database management - SQL Server "Space Available" Alert? - Stack Overflow
Yes indeed. I have done this. It is possible to set counters with queries against system tables. One possibility includes determining the percentage free space in a log or data file. Then, a SQL Alert can be created to E-mail a message to an operator that...