Comments
-
I modified the SQL Server query to fit my MySQL repository, it seems to be working ok - --Run this on your MySql repository db drop procedure if exists dbsize_alert; delimiter // create procedure dbsize_alert() begin DECLARE v_CurrentCollection datetime; DECLARE v_PriorCollection datetime; DECLARE v_CollectorAlertID int ;…
-
Is there an equivalent solution for a MySQL repository database ?