Working with Queues in SQL Server
Posted
on SQL Server Central
See other posts from SQL Server Central
Published on 2010/04/05
Indexed on
2010/04/05
6:04 UTC
Read the original article
Hit count: 119
Filed under:
This article shows sow to create a queue from a SQL table to serve each operator exactly one item from the queue that has not been picked up by any other.
© SQL Server Central or respective owner