Viewing 15 posts - 1,501 through 1,515 (of 3,348 total)
Thanks for the question, Andy!
However ... " (for once!)" - I resent that! 😉
I laughed when I read (in the generic maximum capacity specifications link): "the recommended maximum is 253...
May 20, 2014 at 7:34 am
robert.diley (5/14/2014)
From p. 88:
"we can discuss the Hash Match join operator.
It occurs when...
May 14, 2014 at 6:14 pm
Hmmm, I did get it right but I didn't really like the question. Or rather, the answer options; the question itself is great.
I'd say that both "drop the DB" and...
May 10, 2014 at 10:54 am
Fun story, nice question - shame about the sloppy execution.
I found myself in that position where I have to second-guess the question author. I knew it was either tinyint or...
May 6, 2014 at 4:41 am
TomThomson (5/4/2014)
May 5, 2014 at 8:14 am
Great question, Mounika. Thanks!
The design choice to make DDL triggers fire after the event has many consequences. This question points out one (and one that can be very easy to...
May 5, 2014 at 8:08 am
gbritton1 (5/1/2014)
It reads, in part:
The hash join has two inputs: the build input and probe input. The query optimizer assigns these roles so that...
May 1, 2014 at 12:54 pm
I know this is nitpicking, but "change the database compatibility level to 110" is not really a correct answer. The question mentions upgrading, and the uograde process will not change...
April 30, 2014 at 3:03 pm
I never had to do this, but I still managed to zoom in on the right answer. Probably something I read or heard somewhere, sometime.
For people who prefer a link...
April 25, 2014 at 1:51 pm
That works for positive numbers > 0. If numbers can also be negative or 0, you can use this formula:
CASE
WHEN MIN(ABS(Value)) = 0 THEN 0
ELSE EXP(SUM(LOG(ABS(NULLIF(Value,0)))))...
April 20, 2014 at 1:55 pm
Just for the record - GO is not a statement, it is a batch separator. It will be intercepted and handled by the client. Send a "GO" to SQL Server,...
April 10, 2014 at 3:30 pm
db4breakfast (4/6/2014)
I just want to double check my understanding about NULL. Please explain more why NULL does not mean "Unknown". I thought that NULL mark represents missing or unknown...
April 6, 2014 at 3:37 am
pmadhavapeddi22 (4/3/2014)
April 4, 2014 at 1:32 pm
TomThomson (4/3/2014)
April 4, 2014 at 1:27 pm
TomThomson (4/3/2014)
You see an index seek on a heap? Good heavens, has the worl changed totally while i wasn't looking?
This has been possible since at least SQL 7.0, probably...
April 3, 2014 at 3:28 pm
Viewing 15 posts - 1,501 through 1,515 (of 3,348 total)