Viewing 15 posts - 39,661 through 39,675 (of 59,072 total)
Paul White (2/22/2010)
Steve Jones - Editor (2/22/2010)
Be...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 11:16 pm
That may explain it. I'll have to do a test on 2k. Thanks, Sergiy.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 11:11 pm
John Burris (2/22/2010)
I posted earlier that for 1,000,000 records I ran my first solution at 1:30 and Jeff's solution at 10 seconds. I ran the GSquared "ultimate version" on...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 4:18 pm
WayneS (2/22/2010)
reidres (2/22/2010)
I don't want people on my team optimizing for trivial things, and the constraints of the project define those things. Speed may not be essential, or it...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 4:14 pm
reidres (2/22/2010)
Thanks for the heads up on the fact that it can be done without tables. I now see the solution. To just generate and count the numbers...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 4:11 pm
reidres (2/22/2010)
I don't want people on my team optimizing for trivial things, and the constraints of the project define those things. Speed may not be essential, or it may....
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 3:43 pm
reidres (2/22/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 2:27 pm
Ivanna Noh (2/22/2010)
it won't scale much, but that wasn't part of the original spec🙂
Writing scalable code should be an "implied" requirement for all Developers. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 1:03 pm
Heh... it's more like a having a blowfly fly up your nose. 😛 Everyone tries to install handrails on me about that problem because they don't understand that...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 12:37 pm
Sean-752587 (2/22/2010)
As far as scaleability is concerned, I did try it with 1 Mil. rows which didn't work in my master database (SQL 2008 dev edition). It topped...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 12:31 pm
FizzBuzz 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 12:16 pm
Sean-752587 (2/22/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 10:59 am
jcrawf02 (2/22/2010)
Sean, on yours, casting is unneccessary until the ELSE, and makes...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 10:55 am
Sean-752587 (2/22/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 10:54 am
CirquedeSQLeil (2/22/2010)
jcrawf02 (2/22/2010)
Sean, on yours, casting is unneccessary until the ELSE, and...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 22, 2010 at 10:50 am
Viewing 15 posts - 39,661 through 39,675 (of 59,072 total)