Viewing 15 posts - 2,281 through 2,295 (of 3,348 total)
Jeff Moden (12/28/2011)
SQL Kiwi (12/28/2011)
(and no-one reads these comments anyway :-))
Just the important ones. 🙂 Glad you and Hugo stopped by. I made a pretty bad mistake...
December 28, 2011 at 5:25 am
tabinsc (12/27/2011)
December 27, 2011 at 3:59 pm
440692 I am just a number (12/27/2011)
Could you expand on the explanation for option E
Several people asked this. The answer is that the SARGability of the ISNULL is irrelevant, because...
December 27, 2011 at 3:53 pm
Hugo Kornelis (12/27/2011)
December 27, 2011 at 3:39 pm
Thanks for a great question, Jeff!
I had it wrong, for two reasons:
1. Not knowing that the optimizer is smart enough to rewrite an ISNULL of this form to a SARGable...
December 27, 2011 at 3:22 pm
malleswarareddy_m (12/22/2011)
if there was no index defined than the results will returned in the order in which they were inserted right?
Like I just said, that will usually be the case....
December 22, 2011 at 5:56 am
Pawel Borkowski (12/22/2011)
I did it but it returns 4,4,3.
You might want to double check the code you typed, and compare it to the code in the original question. Pay extra...
December 22, 2011 at 2:48 am
malleswarareddy_m (12/22/2011)
I think the above result depends on the insert statement.which ever first inserted it is showing that only.Please clarifyme if am wrong.
You are somewhat right and somewhat wrong.
The table...
December 22, 2011 at 1:06 am
R.P.Rozema (12/20/2011)
December 20, 2011 at 12:53 am
Thanks, Paul!
I won't say "it all makes sense now" - but at least, I now have at least a passing chance of remembering what might have happened and where to...
December 19, 2011 at 1:34 am
Thanks for the question, Jason.
I only got it right because "3, 3, 1" was not in the answer options - that was the answer I was looking for after reading...
December 19, 2011 at 12:53 am
David Burrows (12/15/2011)
Hugo Kornelis (12/15/2011)
If you really want to test the statement made in today's question, you have to run the two backup commands from two seperate tabs in SSMS
Out...
December 15, 2011 at 3:06 pm
msurasky-905715 (12/15/2011)
Having said that, I read in this discussion that the operations are indeed permitted in T-SQL...
December 15, 2011 at 7:42 am
jcrawf02 (12/14/2011)
December 14, 2011 at 7:26 am
(still off-topic)
Tom, I fooled around a bit with both Bing Translator and Google Translate, and I am convinced that they both suffer from the same bug, introduced by a combination...
December 14, 2011 at 1:10 am
Viewing 15 posts - 2,281 through 2,295 (of 3,348 total)