Viewing 15 posts - 46 through 60 (of 726 total)
Sergiy (10/22/2007)
It's some internal ID nobody cares about.
In real life you need to sort by CustomerLastName (which is in another...
October 22, 2007 at 5:48 pm
Sergiy (10/22/2007)
Do you know the difference between table scan and clustered index scan?
Sure do (you really don't want to go here, but feel free to continue). Do you know the...
October 22, 2007 at 5:43 pm
Sergiy (10/22/2007)
With no index in place Server supposes to create statistics on those columns during 1st query and...
October 22, 2007 at 5:36 pm
Sergiy (10/22/2007)
BTW,can you please post those identical execution plans?
😉
Absolutely.
Inner Join
StmtText ...
October 22, 2007 at 5:29 pm
Sergiy (10/22/2007)
Another false statement from you:
[Code]
--===== Add an index to the CustomerID/TotalDue columns just for grins
--===== Removed the TotalDue from the index, since it quite frankly wouldn't be there...
October 22, 2007 at 5:13 pm
I forgot to mention, the above two queries have identical actual execution plans. 🙂
October 22, 2007 at 3:35 pm
Way too much pontificating about things, and way too little testing (I know, not everyone has the environment to test, but I'd personally be sure before I made bold claims...
October 22, 2007 at 3:29 pm
Jeff Moden (10/21/2007)
October 21, 2007 at 8:06 pm
Jeff Moden (10/21/2007)
Lowell, here's the code, one more time... would you and David please do the honors? Thanks, guys...
I simply added the line for the starttime to the original...
October 21, 2007 at 1:37 pm
Jeff Moden (10/21/2007)
October 21, 2007 at 1:16 pm
Jeff Moden (10/21/2007)
My question was based on Serqiy's post saying that you didn't have a background in Math. It was an out of place question and I shouldn't have...
October 21, 2007 at 1:14 pm
Here are the results of the first script provided on my testbed machine when it's not doing anything else:
Creating test table...
(1000000 row(s) affected)
00:00:11:250 Duration (hh:mi:ss:mmm)
==============================================================================
INNER JOIN method...
(1000000 row(s) affected)
00:00:30:780 Duration...
October 21, 2007 at 12:13 pm
Jeff Moden (10/20/2007)
October 20, 2007 at 11:49 pm
Jeff Moden (10/20/2007)
David,You know I'm dying to ask... and please don't take it personal...
Do you have a math background or not?
Won't take it personal at all. 🙂
It depends on...
October 20, 2007 at 11:41 pm
Sergiy (10/20/2007)
So what?
I already told you what above. I'll repeat it again for you.
David McFarland
October 20, 2007 at 11:35 pm
Viewing 15 posts - 46 through 60 (of 726 total)