This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Hello,
You can use a DDL trigger to react on a DROP command; in the trigger you could use the system stored procedure sp_send_dbmail (Transact-SQL) to send a SMTP e-mail
Olaf Helper