I have a scheduled report to be emailed to several people.
This report is updated at 5am and finishes at 8am aproximately with SQL procedures.
We have a table we can query to check if that procedure has finished by inserting a "T" in one column.
The problem is that sometimes this actualization extends beyond 8am so the report is sent without being fully actualized.
Is there a possibility to not send this reports until this actualization finishes by querying the table to see if there is a T in a field?
Add a comment