Hello.
I am using the notification email service to execute various queries on my databases. This works fine with select statements (I get the query and the result in my email) but if I send a maintenance statement such as ALTER TABLE… I get a blank email, with no query, or response such as '1 row affected'.
I also would like to request the ability to execute batch files from saved queries, I can't use INFILE since the db is remote, and editing the batch file to include the xml isn't really practical given the size of the batch file – I am importing binary data into blobs.
Thanks
Ian