Select "Job Statements"
1 answer
It's hard to see why without seeing the code, but I can guess ...
Perhaps it's SELECT ... INTO ... where the results are stored in another table.
Another alternative might be to simply check that the service is running correctly. If the selection fails, an exception can be thrown and this can be detected elsewhere to notify someone of the problem.
+1
a source to share