SQL "pagination"
I'm curious about a dynamic process to "paginate" from a SQL source. I was presented with the problem today and I'm curious if I can build something to do that.So I have a source that can have 10 rows one day and 1M rows the next, however the query c...