Previous Topic: Populate_Queue_From_DateNext Topic: Clear_Queue


Populate_Queue_Batch

This procedure is an alternative to POPULATE_QUEUE() and can be scheduled to run automatically using the SQL Server or Oracle job schedulers. The key difference between POPULATE_QUEUE() and this procedure is that this one makes repeated attempts to populate the queue if one or more invocations are missed due to any form of outage; conversely, POPULATE_QUEUE() runs just once.