When customers register a trial product in our system (we have an old version of Onyx running on SQL2K Ent that I am working on upgrading to SQL2K8 hopefully) we would like to send them an email in real-time. I think. I have been thinking about this for a while and honestly the only solutions I can come up with are: 1) a trigger on the customer table that would have to look at the product table to determine if each insert is a trial; 2) a batch process that runs every x minutes or 3) attach code to send the email onto either the sproc or the ASP page that calls the sproc.
So, does anybody out there have any thoughts on the pros and cons of these ideas and/or having any of their own to share?
Thanks,
Willie
So, does anybody out there have any thoughts on the pros and cons of these ideas and/or having any of their own to share?
Thanks,
Willie