Forum Replies Created

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

  • RE: Identity puzzle

    This falls under the use-it or lose-it category. I got this wrong even though I knew the answer.

    It's a good QOD though.

    I would like to know the reason behind this...

  • RE: Identity Insert

    I can't picture ever using this knowledge, but learning it is still cool.

  • RE: Pruning

    Steve Jones - Editor (2/27/2009)


    Tom Garth (2/27/2009)


    :cool:It's also just plain dumb to leave them laying around like that.

    It's not necessarily question of smart of dumb. It's easy to keep control...

  • RE: Pruning

    It's definitely the clutter that bothers me. It can cause additional time to be wasted when maintaining or updating an application.

    :cool:It's also just plain dumb to leave them laying around...

  • RE: Physical join

    Okay, I'll byte. What exactly is the definition of a physical join?

  • RE: The Value of Your Time

    Steve Jones - Editor (2/18/2009)


    I completely agree with the appraisal and notification for the CEO. Knowing about emergency or out-of-the-ordinary expenditures is important, and should be done. My point was...

  • RE: The Value of Your Time

    I maintain that it is possible that this CEO may have decided that this knowledge is indeed of value to him or her, and for reasons that are not known...

  • RE: The Value of Your Time

    It is probably safe to assume that as CEO, the travel approval rule is one that he/she feels is important. I could speculate that travel time is unproductive, or that...

  • RE: Complicated Comments

    archie flockhart (2/12/2009)


    Here's an interesting combination:

    This code works perfectly OK ( the unmatched block comment marker causes no problems because it is part of an inline comment):

    print '1'

    --/*note unmatched...

  • RE: Complicated Comments

    Charles Kincaid (2/11/2009)


    Good point. But then

    /*

    Good comment not.

    -/**/*/

    does work. Does this remind you of the Perl parser?

    That's not as bad as it seems when you break...

  • RE: Complicated Comments

    Charles,

    Regarding line (10). That is the same incorrect assumption that most of us made. Line 10 is not ignored. The comment begin marker causes the parser to search from the...

  • RE: Complicated Comments

    Myles Sigal (2/11/2009)


    It's the best way to remember which code was in the original block.

    I thought that is what version control is for?

    Version control isn't needed when making temporary edits...

  • RE: Complicated Comments

    Irish Flyer (2/11/2009)


    Given the inconsistancies noted, I guess it brings home the point that one should be consistant in coding. Either use the -- convention to comment a line,...

  • RE: Complicated Comments

    That was FUN!

    With all of the commenting that I use, permanent and temporary, I knew this would be a cinch. And like everyone else, I got it wrong. I think...

  • RE: TSQL

    A valid identifier is the #

    Thanks for the info Yoda... er... Sankar. Something new I learned.:)

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