I am trying to create an event when a table is updated - ie status of a record is changed and email notification needs to be sent. Need to do this without a trigger. Is it possible?
If you're doing this with a trigger in your database then you don't need an event...you can just shcedule the report based on that trigger