Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Successfull Back up alert

Author  Topic 

jsinks
Starting Member

13 Posts

Posted - 2007-03-02 : 03:15:03
Can anyone help me!!! Is it possible to write a script to alert me through e-mail that the database back-up has run successfully...The back-up file is served in drive D: each time it runs successfully.

rlaubert
Yak Posting Veteran

96 Posts

Posted - 2007-03-02 : 07:49:51
Many different ways this can be accomplished. First is see your other question. I answered it with xp_sendmail. Other method could be to trap the errors and raise an alert. Set the alert to notify the operator on success, failure or completion. Again these will all require that SQLMail be configured properly.

Raymond Laubert
MCDBA, MCITP:Administration, MCT
Go to Top of Page
   

- Advertisement -