How can I be notified of delete operations in SQL Server?
Is there a tool out there (or something) that will notify me when a user performs a delete operation, without the user knowing about this activity?
Software/Hardware used:
ASKED:
July 23, 2009 5:31 PM
UPDATED:
July 24, 2009 2:25 PM
I have just read that the xp_sendmail extended procedure is being deprecated, and that Database Mail should be used instead.
Check DbProtect to see if it does what you’re looking for.