|
AskSQLTeam
Ask SQLTeam Question
USA
0 Posts |
Posted - 12/22/2006 : 07:48:38
|
Qazi writes "I have table with |ticketno|backupemail|status| i want to send an email to backupemail if the ticket status is active automatically How can i write a stored procedure for it? example: "select ticketno from ticket where status='active'" and then from here i want to send an email to backup email person to notify that this particular ticket staus is still active." |
|