Is there anyway to pause a stored procedure while waiting for user input? For example, I have a business rule that prohibits finalizing transactions that don't match the bill amount. But we have a new client company where they will accept $1 under or $500 over. Sometimes. We have to ask them, first.
Should I continue to skip over these transactions, record them in a temp table, and return the result set, or can I request some sort of user intervention when it comes across this particular scanario?
Kevin
Should I continue to skip over these transactions, record them in a temp table, and return the result set, or can I request some sort of user intervention when it comes across this particular scanario?
Kevin