Viewing 15 posts - 1,951 through 1,965 (of 8,416 total)
kwhytee (6/28/2011)
June 28, 2011 at 4:37 am
mister.magoo (6/27/2011)
June 27, 2011 at 7:32 pm
chandan_jha18 (6/24/2011)
Same data and same index shows scan operation in 2000 and shows seek in 2008.
That's actually not a huge surprise: SQL Server 2008 is a very different product from...
June 26, 2011 at 6:54 am
The spatial CLR user-defined data types are LOBs/large objects? Really???
June 26, 2011 at 4:56 am
Duncan Pryde (3/20/2011)
bitbucket-25253 (3/20/2011)
Excellent question and a more than excellent explanation of why the correct answer is what it is.
Thanks - high praise indeed! I must mention though, that when...
June 26, 2011 at 4:40 am
One can delete 9 rows non-deterministically with this code:
DELETE TOP (9) @t
Though in practice you're likely to see the same 9 rows deleted, it's just not guaranteed. To go...
June 26, 2011 at 4:18 am
Koen Verbeeck (5/18/2011)
(especially since you can rule out the "All" answer, as you had to select 2 answers)
4% of people still chose 'All'. I wonder what their second choice...
June 26, 2011 at 12:59 am
I chose Compiled Plans and Execution Contexts, based on the information in:
June 26, 2011 at 12:47 am
SQLRNNR (6/21/2011)
Maybe Paul? I need to delve into CLR for reasons other than this - but it would be nice.
Phrase #5, I think...
June 21, 2011 at 2:41 pm
The Dixie Flatline (6/15/2011)
I'm shocked that I didn't have at least 1000 posts, but at least I'm still in the top 10. 😛
+1 :smooooth:
June 16, 2011 at 6:22 am
AndrewJacksonZA (5/11/2011)
I don't have a script for you, but I can give you a really, really big recommendation to enable HT.
+1. Absolutely enable HT on Nehalem architecture or later.
May 30, 2011 at 4:31 am
h.berg-884044 (1/24/2011)
and so two threads can be executed simultaneously
And that's the mistake most people make when it comes to hyperthreading. The two threads on the logical cores don't run simultaneously,...
May 30, 2011 at 4:29 am
Steve Jones - SSC Editor (5/26/2011)
I'll say that most of the better applications were self-written. It's hard for someone else to do a good job listing everything you do.
A DBA...
May 26, 2011 at 12:20 pm
The last point I want to make is that FORCE ORDER is an immensely powerful hint with many counter-intuitive side-effects, so it should be used exceedingly sparingly, and only by...
May 24, 2011 at 12:49 am
Viewing 15 posts - 1,951 through 1,965 (of 8,416 total)