<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>I have created an Event in MySQL to run daily overnight and clean the data (Max</title><link>https://community.appian.com/discussions/f/general/7593/i-have-created-an-event-in-mysql-to-run-daily-overnight-and-clean-the-data-max</link><description>I have created an Event in MySQL to run daily overnight and clean the data (Max 2000 rows per day) from one of the tables. However I&amp;#39;m not able to handle the event failure to report/ send an email as MySQL event doesn&amp;#39;t support sending emails. The workaround</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: I have created an Event in MySQL to run daily overnight and clean the data (Max</title><link>https://community.appian.com/thread/31096?ContentTypeID=1</link><pubDate>Mon, 16 May 2016 00:50:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c87f3cb1-35da-42f0-bb1d-c9ab27a042af</guid><dc:creator>sikhivahans</dc:creator><description>Added to the suggestions made above, I would like to suggest to implement the processing in terms of batches, that is, few records at a time rather than all at once and also focus on the practices that needs to be taken care of while designing a batch process.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have created an Event in MySQL to run daily overnight and clean the data (Max</title><link>https://community.appian.com/thread/31078?ContentTypeID=1</link><pubDate>Fri, 13 May 2016 16:43:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4990c9c3-0cee-44bb-b279-05f0ccb21b1d</guid><dc:creator>Lakshmi Meyyappan</dc:creator><description>If your requirement is specifically to send an e-mail, then I believe your second approach would work well. As long as the data cleanup is still running in SQL (which it would be, via the stored procedure), then Appian can handle the rest of that without losing efficiency.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have created an Event in MySQL to run daily overnight and clean the data (Max</title><link>https://community.appian.com/thread/31069?ContentTypeID=1</link><pubDate>Fri, 13 May 2016 16:08:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cac73bd7-25fe-46b3-97bb-56ac7f7da685</guid><dc:creator>PhilB</dc:creator><description>As you&amp;#39;ve mentioned, you could you move the data clean to a stored procedure, have appian call it from a process that runs on a timer, make the stored procedure return the results of the data clean and finally get appian to send the email with those results in.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>