Forum Replies Created

Viewing 15 posts - 121 through 135 (of 386 total)

  • RE: Where conditions

    Funny, I was actually glad to get this one wrong!  I had always assumed that there was no order of logical precedence and therefore always preached using parenthesis correctly.  I...

  • RE: Paying It Forward

    I totally believe in paying it forward.  Because of a presentation I saw in a user group, it open my eyes to a whole new world.  Actually, there wasn't a...

  • RE: Performance of GROUP BY multiple columns

    Stewart "Arturius" Campbell - Tuesday, March 27, 2018 6:36 AM

    Concur in 99.999% of all cases...

    The only case where i...

  • RE: Performance of GROUP BY multiple columns

    Ignoring the missing OVER() clause, this is still a good example.  I have seen way too many situations where DISTINCT was thrown into a query without regard to the consequences. ...

  • RE: Muddle Through

    chrisn-585491 - Thursday, February 15, 2018 8:09 AM

    It's muddles all the way down... 😀

    I automated myself out of a job once with...

  • RE: Muddle Through

    Good comments Steve.  I'd say that they worst scenario I was in where I really had to muddle through was to support an antiquated phone system.  It was a proprietary...

  • RE: The Learning Choice

    jay-h - Thursday, February 8, 2018 1:55 PM

    Part of it depends on where you are in your career.
    As a late career guy,...

  • RE: The Learning Choice

    Eric M Russell - Thursday, February 8, 2018 7:51 AM

    It's worth noting how many top SQL Server experts thrived over the past...

  • RE: The Learning Choice

    I have to agree with Jeff Moden on the need for better T-SQL skills especially to think and work in sets of data -- not in a procedural fashion.  I'm...

  • RE: NULL quandry

    Phil Parkin - Thursday, January 18, 2018 11:16 AM

    Instead of this
    WHERE NOT ((@OldValue IS NULL AND @NewValue IS NULL) OR (@OldValue =...

  • RE: UPDATE() function in a trigger

    Jeff Moden - Thursday, January 18, 2018 7:47 AM

    Ah, be careful, Aaron... I had considered that when I reworked our audit...

  • RE: UPDATE() function in a trigger

    Thanks for all the replies.  I did find a solution that suited my needs.  I still generate a separate select statement for each column (I may look at the unpivot...

  • RE: SET the results

    Oh silly me! I was so focused on the whole principle that order is not guaranteed without an ORDER BY clause that I didn’t notice the use of SET instead...

  • RE: Singular or Plural

    richard.julian - Monday, December 11, 2017 1:43 PM

    I've used singular going on 27 years now, initially because that is what I first...

  • RE: Singular or Plural

    RonKyle - Monday, December 11, 2017 11:11 AM

    Aliases should be short but representative of the table is some manor. For...

Viewing 15 posts - 121 through 135 (of 386 total)