Viewing 15 posts - 31 through 45 (of 65 total)
I've tested rbarryyoung's code again with a + instead, and it seems it does the ^ first, then the + sign, which indeed contradicts the BOL.
August 7, 2008 at 6:37 pm
rbarryyoung (8/7/2008)
Iggy (8/7/2008)
@a^@a is a bitwise XOR, not an exponent operation. Any value XOR'd with itself is always 0. Subtracting 17 makes it -17, which is a negative number, and...
August 7, 2008 at 6:34 pm
@a^@a is a bitwise XOR, not an exponent operation. Any value XOR'd with itself is always 0. Subtracting 17 makes it -17, which is a negative number, and an invlaid...
August 7, 2008 at 6:09 pm
I agree with Tony. If a seed is already specified, all subsequent call to the function RAND() in the same connection will be deterministic (i.e., same number). So that's why...
July 27, 2008 at 9:41 pm
BOL says:
Resource management is limited to the SQL Server Database Engine. Resource Governor can not be used for Analysis Services, Integration Services, and Reporting Services.
So why is "Reporting Services, Integration...
July 17, 2008 at 8:39 pm
I don't have SQL Server 2005 so I can't test, but according to the keyboard shortcut list on BOL (http://msdn.microsoft.com/en-us/library/ms174205.aspx) there is no ALT+F1 at all. Is this...
July 14, 2008 at 11:55 pm
Hmm... I got this wrong, based on the BOL it's supposed to be FAST_FORWARD that is optimized for performance, but apparently, based on your paper, it's not. But I'm happy...
July 8, 2008 at 1:34 am
Good question, I never thought default values can be used for inserting identity value, I always thought it is meant to be for inserting default value only. I learn something...
July 6, 2008 at 5:36 pm
I still see the red cross on my answer :w00t:
please please correct the answer so we all get our points back 😛
June 23, 2008 at 4:59 pm
Makes me think whether I should be bothering answering these questions. There has been too many mistakes in QotD lately.
June 23, 2008 at 5:44 am
antony (6/22/2008)
I also picked option 2, only to be told I was wrong, and should have picked option 2!:crying:
I think you misread the answer. The answer according to the author...
June 22, 2008 at 10:45 pm
the third answer is incorrect, because it would have put the latest date of leaving first, instead of the earliest date of leaving first. Thus it will contradict the question...
June 22, 2008 at 10:02 pm
I too voiced my protest against "sp_describe_cursor_columns" answer being incorrect.
And I don't think the author reads this thread. Just like the other author (whether he/she is the same or not)...
June 19, 2008 at 4:46 pm
.WRITE is only valid for varchar(max), nvarchar(max), or varbinary(max), but NOT for TEXT column, so your answer is incorrect.
I want my points. The correct answer should be UPDATETEXT (to update,...
June 15, 2008 at 5:26 pm
Viewing 15 posts - 31 through 45 (of 65 total)