Viewing 15 posts - 2,896 through 2,910 (of 3,348 total)
Paul White NZ (4/1/2010)
Hugo Kornelis (3/31/2010)
April 1, 2010 at 3:23 am
Paul White NZ (4/1/2010)
April 1, 2010 at 2:54 am
C.K.Shaiju (4/1/2010)
Hi Hugo,The 3rd and 6th options seems similar.
Shaiju C.K.
You are right! Thanks for pointing it out. The sixth option should have read "A clustered index exists ..." instead of...
April 1, 2010 at 1:33 am
Tom.Thomson (3/31/2010)
And I see the MS design does include flushing already dirty pages to disc despite Hugo's suggestion that this is not a useful thing to do.
Yes, I noticed that...
March 31, 2010 at 4:08 pm
The query uses [font="Comic Sans MS"]IsNull(@MaleNames + ', ','') + [name][/font].
When @MaleNames is NULL, [font="Comic Sans MS"]@MaleNames + ', '[/font] is NULL as well, so the ISNULL kicks in and...
March 31, 2010 at 2:58 pm
Hugo Kornelis (3/31/2010)
(And, of course,...
March 31, 2010 at 2:03 pm
Paul White NZ (3/31/2010)
Hugo Kornelis (3/31/2010)
I've got to correct you AND myself now.
Did you read the comments in Alex's blog entry (including mine) or the previous article?
My point there, as...
March 31, 2010 at 1:39 pm
sknox (3/31/2010)
March 31, 2010 at 12:22 pm
Paul White NZ (3/31/2010)
Hugo Kornelis (3/31/2010)
No. That would be possible if you use NOLOCK or READ_UNCOMMITTED, but not at the default level (READ_COMMITTED).
I know you know this! It has...
March 31, 2010 at 12:08 pm
Paul White NZ (3/31/2010)
Hugo Kornelis (3/31/2010)
March 31, 2010 at 8:28 am
Peter Trast (3/31/2010)
Tom.Thomson (3/31/2010)
Peter Trast (3/30/2010)
Paul White NZ (3/30/2010)
Thank you for making my head hurt!
You don't like T-SQL much, do you? 🙂 Seems to have a bad effect on the...
March 31, 2010 at 8:23 am
Paul White NZ (3/31/2010)
Hugo Kornelis (3/31/2010)
March 31, 2010 at 7:56 am
Paul White NZ (3/31/2010)
Hugo Kornelis (3/31/2010)
March 31, 2010 at 7:02 am
James Lean (3/31/2010)
CirquedeSQLeil (3/30/2010)
However, you will find that many prefer the isnull due to an increase in performance.
Do you have a supporting link or further information on the performance difference...
March 31, 2010 at 2:43 am
Paul White NZ (3/30/2010)
Hugo Kornelis (3/30/2010)
I was not able to find any way to get the SELECT * to behave other than the SELECT 1
Me either! I tried indexes,...
March 30, 2010 at 1:03 pm
Viewing 15 posts - 2,896 through 2,910 (of 3,348 total)