Forum Replies Created

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

  • 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...

  • RE: STRING_SPLIT with no delimiter

    Pretty slick! It took me a moment with the multiple casts but that was a slick trick.:smooooth:

  • RE: Singular or Plural

    Eric M Russell - Friday, December 8, 2017 2:12 PM

    Lynn Pettis - Friday, December 8, 2017 1:09...

  • RE: Singular or Plural

    Just to reiterate what some others have stated: Consistency is King!  Like with many other programming conventions, however it's done is not really as important as long as it's done...

  • RE: Start Fixing Your DB with Better Code

    Eric M Russell - Friday, November 17, 2017 6:58 AM

    The industry of SQL coding suffers from the same predicament as HTML; a...

  • RE: Start Fixing Your DB with Better Code

    RonKyle - Thursday, November 16, 2017 2:23 PM

    I don't think there's a bright shining line that can't be crossed.  But I...

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