psychoflea
Programmer
Hi
It there a way that I can send an email when multiple records are inserted to a table?
Basically multiple record are inserted into a table and rather than bombard the users with emails for each record I was wondering if I could send a batch of inserts in a single email.
All the record inserted for each batch will share the same BatchID int.
All the examples I have seen only work with one record at a time as they require assigning the values to variables.
Just checking if there is a way to do this via a trigger?
If you have any question that might help to explain better then i'm happy to try and answer them.
Thanks
It there a way that I can send an email when multiple records are inserted to a table?
Basically multiple record are inserted into a table and rather than bombard the users with emails for each record I was wondering if I could send a batch of inserts in a single email.
All the record inserted for each batch will share the same BatchID int.
All the examples I have seen only work with one record at a time as they require assigning the values to variables.
Just checking if there is a way to do this via a trigger?
If you have any question that might help to explain better then i'm happy to try and answer them.
Thanks