• In our environment, we have RAID drives that allow unlimited growth.  The only issue with that is that the DBA group doesn't set our databases to auto grow, so sometimes we hit the space limit set up for the particular database, even if we have plenty of disk space available.

    Is there a way to write a stored proc to monitor & send an alert on the allocated disk space for a particular database??  That would be really useful for us.

    Thanks!