Viewing 15 posts - 106 through 120 (of 221 total)
Not sure I follow the reasoning behind the correct answers. WITH CUBE returns more rows, but not WITH ROLLUP. And yet they return the same number of rows? How is...
December 14, 2017 at 1:17 am
If you look anywhere outside of the database world, I'm pretty sure you'd get a pretty unequivocal answer: You have, for example, a number of objects/structures/tuples/rows that are manifestations of...
December 8, 2017 at 1:40 am
RoNoS - Wednesday, December 6, 2017 12:39 AMIsn't that giving a syntax error about a missing bracket?
That would be my guess as...
December 6, 2017 at 1:33 am
December 5, 2017 at 1:26 am
Well, the traceflag doesn't control anything except parallelism of DBCC:
Disables parallel checking of objects by...
November 24, 2017 at 1:44 am
Nice one. I got it wrong, simply because I figured adding two dates just doesn't make any sense, and so the result should be the strings concatenated.
October 5, 2017 at 1:05 am
One trillion integers won't fit in an INT column so a...
September 26, 2017 at 8:01 am
September 26, 2017 at 7:50 am
Interesting. However, the question doesn't actually say if those are one trillion different integers, or if there are repetitions. If there are one trillion different values, I doubt there will...
September 26, 2017 at 12:32 am
These questions certainly require a fair bit of mind reading to get "correct". But remembering the debacle from the previous installment and the following discussion, CEILING will accomplish what Steve...
August 22, 2017 at 1:15 am
Doh! I missed the "Distributed" part of the heading. There's nothing in the docs about regular replay that says anything about versions for replay targets.
August 17, 2017 at 4:48 am
Have to agree with the above. I have to admit I didn't really understand what Steve was trying to achieve, but I still got points because that was the only...
July 31, 2017 at 2:17 am
Viewing 15 posts - 106 through 120 (of 221 total)