Trying, but failing, to do this:
DELIMITER //
CREATE PROCEDURE render_denorms()
BEGIN
SOURCE /path/to/some/sql.sql;
END //
DELIMITER ;
Seemed like a rather elegant solution to allow a third party to call SQL which we can maintain easily. Not happening? Cheers.