Viewing 15 posts - 50,041 through 50,055 (of 59,078 total)
Basically, you cannot convert it into true setbased code. Sure, you can probably get rid of all the looping by concatenating all of the commands into one huge variable...
June 13, 2008 at 8:13 pm
Thanks for the feedback, Kevin... and thanks for the code you posted. There are only a few people who will take the time to actually do performance tests never...
June 13, 2008 at 7:41 pm
Kevin Rathgeber (6/13/2008)
So using more real world scenarios, the while always seems to win out though not by much.Jeff, does this seem right to you?
I'd pretty much agree depending on...
June 13, 2008 at 6:49 pm
Ok... lemme demonstrate a couple of things... first, we need some data that everyone
can use and we need lot's of it because these tests run so darned fast. ...
June 13, 2008 at 6:14 pm
Well, welcome aboard, Kevin! "Set-based" is nothing more than processing sets of information instead of processing "Row By Agonizing Row" (other wise known as "RBAR"... see my tag line...
June 13, 2008 at 2:46 pm
Outstanding, Kevin! Thanks for posting the code.
Yep, Matt was right... One test is worth a thousand words... let the "test off" begin. To make it easier for...
June 13, 2008 at 2:24 pm
jcrawf02 (6/13/2008)
Is a 'test-off' like a 'dance-off'? should I go get some cardboard?
Only if you want to save the big pieces... 😀
June 13, 2008 at 1:53 pm
Matt Miller (6/13/2008)
Edit: I see Jeff has already thrown the gauntlet:)
Yep... getting ready to launch some pork chops! 😉
June 13, 2008 at 1:47 pm
Kevin Rathgeber (6/13/2008)
June 13, 2008 at 1:37 pm
Jim Russell (6/13/2008)
June 13, 2008 at 1:35 pm
sharma (6/13/2008)
You had changed 1,2,14,37,44 as 1,2,3,4,5
But it is host file field order only.
I have to specify sequence order? Because
i am selecting 1,2,14,37,44 filed from table (file)...
June 13, 2008 at 1:18 pm
vinuraj (6/13/2008)
this link is more than enough...
... to bring your server right to it's knee's. It took over 10 minutes to find and delete a lousy 156 rows from...
June 13, 2008 at 1:15 pm
seenu_61281 (6/13/2008)
one more doubt..
i am using sql 2005 express.i need to insert data from a grid control in vb 6.0. The entries are being done by...
June 13, 2008 at 12:17 pm
Now, I agree with THAT! That's my favorite format because it puts all of the aliases in the same position horizontally speaking AND it's the same format required by...
June 13, 2008 at 12:07 pm
Bobbie Shrivastav (6/13/2008)
June 13, 2008 at 12:01 pm
Viewing 15 posts - 50,041 through 50,055 (of 59,078 total)