Viewing 8 posts - 1 through 8 (of 8 total)
999,999 rows in abc to preserve the inline CTE method as is. Enforced the max 12 month count we now know as well as the insert.
results on my machine:
Inline...
June 18, 2013 at 1:55 pm
Yes, but I would like to point out that your cursor is only selecting 3 rows from a table with only 3 rows. So the overall processing time of...
June 18, 2013 at 12:48 pm
Please forgive my lack of etiquette. I meant to reference this article by Jeff Moden[/url].
I am humbly submitting this code for review by the gurus here on this forum....
June 18, 2013 at 12:11 pm
What I haven't seen is this "inverse relationship" i.e. where the rCTE fails to scale. Do you have an example?
The first article by Jeff Moden in your signature makes the...
June 18, 2013 at 9:04 am
your Tally kills the rCTE and hybrid Cursor/Numbers as you can see. On my box:
Inline Tally = 146 milliseconds
rCTE = 2113 milliseconds
Cursor/Numbers = 1183 milliseconds
The Cursor based solution is...
June 18, 2013 at 7:53 am
ChrisM@Work (6/18/2013)
sagesmith (6/18/2013)
June 18, 2013 at 6:34 am
Please post the times each approach takes, this is the only basis for a conclusion. As others have already mentioned, in many scenarios the cursor far outperforms the recursive...
June 18, 2013 at 5:59 am
Viewing 8 posts - 1 through 8 (of 8 total)