I have models in SQL that update the data everyday automatically. Info about the models is stored in a table. One of the columns I called "error". It is a column with zeros, which change to 1 if the performance of the model is below a certain threshold. Now my question is whether it is possible that I get notified if an entry of the "error" column becomes 1.
The models I discussed are R scripts that I run in SQL. The scripts predict whether a customer makes a purchase or not.
I'm using Microsoft SQL Server.