Forum Replies Created

Viewing 15 posts - 3,226 through 3,240 (of 7,484 total)

  • RE: Review Your Code

    Gary Varga (8/22/2013)


    I agree with what I think the general consensus is: the time when this was acceptable as a flaw due to lack of knowledge and education has passed.

    Yes,...

  • RE: Shorten query by using Top predicate

    Obviously there's no way to avoid a complete scan when all the values are the same.

    It's possible to have something which takes quadratic time when all the values...

  • RE: Today's Random Word!

    SQLRNNR (8/22/2013)


    cola

    pepsi

  • RE: Always Abstract

    RonKyle (8/22/2013)


    no-one held it today, but you are showing me that I was absolutely wrong about that.

    Well, then I'm glad. However, I didn't create that. As...

  • RE: CONCAT 1

    Nick Doyle (8/22/2013)


    I don't agree that it encourages sloppy coding. You need to know how a language works and be a decent coder to not be sloppy. I...

  • RE: Always Abstract

    RonKyle (8/21/2013)


    I favour moving as much application business logic into stored procedures as is possible, thereby abstracting out the UI layer from the business logic

    I think I can help with...

  • RE: Today's Random Word!

    SQLRNNR (8/21/2013)


    sea-arrow

    akaika

  • RE: User with total points more than 30000?

    hakan.winther (8/20/2013)


    L' Eomot Inversé (8/20/2013)


    hakan.winther (8/20/2013)


    +1 Learned something new today. The leaderbord has a bug, is that the reason why I am not at the top? 😀

    I doubt it; probably...

  • RE: When Windows don’t provide illumination

    Phil, I find myself about 95% in agreement with you; the 5% discrepancy is because I think you are understating your case.

    For a long, very long, extremely long time...

  • RE: Lossy data and incorrect data

    Anyone who did what is suggested in the last sentence of the editorial ought to be given a good thrashing with a clue stick. (My comments here are...

  • RE: Always Abstract

    I like the "do everything through stored procedures" approach, and have been practising and advocating it for more than a decade. I'm surprised it isn't used more often, since...

  • RE: Few tricky Questions about SQL Server 2008 that I came across...

    GilaMonster (3/19/2013)


    For B to be correct, it needs ORDER BY CustomerName added at the end.

    Strictly speaking that's not true, as it doesn't need ORDER BY CustomerName, as it could have...

  • RE: Today's Random Word!

    Jason.Reeves (8/21/2013)


    Server

    Waitress

  • RE: Today's Random Word!

    crookj (8/21/2013)


    Daniel Bowlin (8/21/2013)


    starting over

    Reboot

    UNIX SVR3

  • RE: TSQL - Identity_Insert

    Interesting question. I'm surprised so many got it right - surely people don't use identity insert so much that they either know this from experience or have taken care...

Viewing 15 posts - 3,226 through 3,240 (of 7,484 total)