Hi,
This is my question.
I have 100 or so rows. I want to do some processing on these rows, 10 at a time.
The rows are identified by id numbers, that are in numerical order.
So, I want to process rows 1 - 10, pause. Process rows 11 - 20, pause. Etc.
Does anyone have a simple method for doing this? And does t-sql allow you to "pause" between statements?
Although I'm not really sure what the benefit of pausing is, someone here requested it be done this way... but if the pause is only for a few seconds or whatever, truly, what difference does this make? Why not just do all 100 rows at a time? Any comments?
Thanks much
This is my question.
I have 100 or so rows. I want to do some processing on these rows, 10 at a time.
The rows are identified by id numbers, that are in numerical order.
So, I want to process rows 1 - 10, pause. Process rows 11 - 20, pause. Etc.
Does anyone have a simple method for doing this? And does t-sql allow you to "pause" between statements?
Although I'm not really sure what the benefit of pausing is, someone here requested it be done this way... but if the pause is only for a few seconds or whatever, truly, what difference does this make? Why not just do all 100 rows at a time? Any comments?
Thanks much