Solving FIFO Queues Using Windowed Functions
One common request often seen in T-SQL is working with queues of information. In this piece, J. Drew Allen will show to use windowing functions and the OVER clause to process a FIFO queue.
2021-04-02 (first published: 2016-10-06)
11,880 reads