Forum Replies Created

Viewing 15 posts - 151 through 165 (of 271 total)

  • RE: The Value of Code

    GeorgeCopeland (12/2/2014)


    marcia.j.wilson (12/2/2014)


    Like this e-mail that I got the day before Thanksgiving from someone who knew I was going to be off for a week in this time period: "We...

  • RE: The Value of Code

    GeorgeCopeland (12/2/2014)


    I know what you mean Steve, but I lose patience for business people who do not know what they want. You and I are technologists. We deliver solutions to...

  • RE: What Counts for a DBA: Empathy

    David.Poole (11/25/2014)


    As a manager I've come to realise that my role is not to chose the best option, it is to choose the least crap. Being British choosing the...

  • RE: Find the Most Recent Post

    TomThomson (11/24/2014)


    Nice question, but I have two queries about it:

    (i) why 2 points? it's just extremely simple logic.

    (ii) why use first_value and DESC when last_value would do, so that...

  • RE: Find the Most Recent Post

    Koen Verbeeck (11/24/2014)


    Nice question. I have been bitten by the windowing functions defaults before, so this question was easy 😀

    (I even wrote a blog post about it: Beware the defaults!...

  • RE: What Counts for a DBA: Empathy

    Louis Davidson (@drsql) (11/22/2014)


    Jeff Moden (11/22/2014)


    It seemed to me to be yet another article chastising the people who are actually concerned with what the customer actually received for the...

  • RE: Odd Man Out

    Sean Lange (11/20/2014)


    ...

    Suddenly I am singing Sesame Street "One of these things is not like the other, one of these things is kind of the same". 😛

    Oh, great. ...

  • RE: Odd Man Out

    Koen Verbeeck (11/20/2014)


    I'd argue ROWCOUNT_BIG is an odd one as well, as it is not calculated over the current result set, but over the results of a previous query.

    That's exactly...

  • RE: TSQL "where - 101"

    Ed Wagner (11/12/2014)


    h.tobisch (11/12/2014)


    From my standpoint :

    It should not be a programmer's responsibility (alas it sometimes is) to figure out what some quirky piece of code might be doing,

    but to...

  • RE: Fun with RAND()

    Missed it due to carelessness. (Not noticing that it was < instead of <=). Well at least it taught me to pay more attention.

    Good question.

  • RE: Formatted output

    Thanks for the question and the comments. I have learned a lot from both today.

  • RE: Preventing recompile

    What's a scenario where it would make sense to use this?

  • RE: Which type of Numbers?

    john.moreno (10/9/2014)


    I thought it would be a frienfly question, so I picked Amicable numbers...

    Thanks. I enjoyed that response.

  • RE: RAND Unions

    TomThomson (9/28/2014)


    Good question.

    Just like the last question on Random, I think the explanation could be improved.

    First, the misleading "for a connection" is there again. It...

  • RE: How many rows will be returned?

    Sean Lange (9/23/2014)


    marcia.j.wilson (9/23/2014)


    I have a question about this. If the trigger executes once even if no rows are inserted, what happens if 5 rows are inserted at a...

Viewing 15 posts - 151 through 165 (of 271 total)