RATE THIS ANSWER
0
Click to Vote:
0
0
Last Answered:
Apr 18 2008 6:23 PM GMT
by Mrdenny
Yes you can monitor this by looking at the size column in the sysfiles table (SQL 7/2000) or the sys.database_files DMV (SQL 2005+). This column is in pages, so take this number and multiply by 8 to get the file size in Kb. Then divide by 1024 to get Megs. Then if the value is over the preset value use xp_Sendmail of sp_send_dbmail to email the alert.