We have a program that writes errors to a table in a SQL DB.
Is there a monitor that will look for keywords in this table and alert if the keyword is found?
The one catch is that this table does not empty...so they keyword we are looking for may be in there from last month. would would need it to reset every 24hours so it looks for the alert just today. Further there are date/time stamps for each entry in the table.
Any help would be great!