Forum Replies Created

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

  • RE: Where's the Schema?

    HighPlainsDBA - Tuesday, July 3, 2018 10:40 AM

    Rod at work - Tuesday, July 3, 2018 9:34 AM

  • RE: ETL or ELT

    xsevensinzx - Tuesday, April 3, 2018 7:14 AM

    The issue I have with this is when you work with large sets of...

  • RE: ETL or ELT

    I have to agree with Steve on this: “I'll admit that I often prefer to transform data inside of a SQL Server target, OLTP or DW database. The reason is...

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

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