Hi,
So I have a SP that is fairly simple - searches some tables for events/values are either returns 0 or 1 depending on what it finds.
What is needed is to have it loop until it returns 0? Ideally at a specified time interval. Not sure of the syntax
Also, is there any risk to doing it this way (rather than say running the existing SP at the same interval using a batch scheduler solution)?