Viewing 15 posts - 91 through 105 (of 656 total)
Guessed wrongly that it was zero-based.
I've never used this function and have no intention of starting - it does nothing that cannot already be achieved by other means.
Does anyone know...
September 23, 2015 at 3:18 am
TomThomson (9/3/2015)
numerically illiterate people always think their view is the only possible one
:Whistling:
September 7, 2015 at 5:00 am
"however, you have to append in increments with each increment less than or equal to 4000"
Not true.
declare @test-2 nvarchar(max) = ''
August 11, 2015 at 2:35 am
Didn't even notice the position outside the While loop. The fact that the variable is set to 1 on the previous line means that even if it were within the...
August 5, 2015 at 2:38 am
edwardwill (8/3/2015)
Seriously? You think this sort of imprecision is acceptable in a forum about programming?
Yes, I do, especially given that the forum is free. In this case, the mistake...
August 3, 2015 at 2:38 am
Hardly an abject failure, he just got one word wrong.
Though I was looking for a "none of the above" answer to "which of these queries will do this", because no...
August 3, 2015 at 2:11 am
SQLRNNR (7/25/2015)
Well, if the view does not exist or is in a different schema, then the third option is correct even though it truncated part of the error. Up...
July 27, 2015 at 2:24 am
vdkolekar (7/21/2015)
Why both of below queries give Null Values.
Because as I noted earlier on, the explanation is wrong is claiming that the difference in behaviour is between Set and Select....
July 21, 2015 at 6:26 am
The explanation says
When assigning from a query and the query returns no result, SET will assign a NULL value to the variable.
When assigning from a query and the query...
July 14, 2015 at 8:06 am
Carlo Romagnano (7/2/2015)
I'm surprised, how an "answers bad worded" qotd gets more than 60% of right answers.:crazy:
It was a choice between 2 answers (the third is clearly wrong), so random...
July 2, 2015 at 3:27 am
TomThomson (7/1/2015)
Well, English is one of my native languages and although I agree that the question could usefully have been worded differently (to make it easier for non-native speakers to...
July 1, 2015 at 5:29 am
Well English clearly isn't the poster's first language, but I'd have hoped the wording could have been changed by whoever approved the question! It was a bit of a guess...
July 1, 2015 at 2:14 am
Koen Verbeeck (6/29/2015)
I'm not sure what you mean with "system function"?
June 29, 2015 at 3:48 am
The question is too vague. I'm sure there are reasons for choosing most of them.
For instance, I went for CURRENT_TIMESTAMP because it does not require (and indeed cannot have)...
June 29, 2015 at 2:19 am
Viewing 15 posts - 91 through 105 (of 656 total)