Processing Asynchronous Message
SSOLite stored procedures work by sending a message to a database queue, which is processed by one or more background (BG) processes. This means that:
| • | there is a short delay between an SSOLite stored procedure completing and the BG process processing the instruction. |
| • | even if an SSOLite procedure has completed successfully, the instruction that is processed by the BG may still fail. |