Forum Replies Created

Viewing 15 posts - 91 through 105 (of 235 total)

  • Reply To: SSMS or SSDT

    Evidently, I wrote much the same thing 4 years ago. 😛


    Just because you're right doesn't mean everybody else is wrong.

  • Reply To: SSMS or SSDT

    I'm gonna go all "Four Yorkshire-men" on this and comment that back in my day, we'd been glad for ISQL/W. We would use SAF in character mode and be happy!...


    Just because you're right doesn't mean everybody else is wrong.

  • Reply To: ISNULL vs COALESCE

    Good question!

    This is the main reason I avoid ISNULL, if possible.

    Another aspect is the nullability of the result. ISNULL will infer that from the nullability of the second argument, whereas...


    Just because you're right doesn't mean everybody else is wrong.

  • Reply To: Getting the time

    Well, then. Eventually, your answer might be re-flagged.


    Just because you're right doesn't mean everybody else is wrong.

  • Reply To: Getting the time

    And when did you answer the question? I have the same on, but I know I answered before Steve corrected the answers.


    Just because you're right doesn't mean everybody else is wrong.

  • Reply To: Getting the time

    Current time is: Not enough coffee?


    Just because you're right doesn't mean everybody else is wrong.

  • Reply To: Filtered Statistics

    Somewhere in the back of my head I hear Steve singing:

    "Oops, I did it again"


    Just because you're right doesn't mean everybody else is wrong.

  • Reply To: dput()

    There must be a constraint missing on the table with correct answers...


    Just because you're right doesn't mean everybody else is wrong.

  • Reply To: Capturing the Application Time

    Having read the actual feedback request, the question makes more sense. I'm not sure why the current implementation precludes application provided start times. Obviously, there would have to be a...


    Just because you're right doesn't mean everybody else is wrong.

  • Reply To: Capturing the Application Time

    peter.row wrote:

    If you need to log time in different time zones then why not simply store the timestamps in UTC format? Then you can build the display logic to convert...

    • This reply was modified 7 years, 2 months ago by Rune Bivrin.


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Inserting in a Column Set

    And to be picky, the error really doesn't have anything to do with column sets. It simply addresses the fact that there are more items in the VALUES list than...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Inserting in a Column Set

    morlindk - Monday, October 1, 2018 11:37 PM

    Even without the missing ')', one gets it right! - But it takes a code...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: CASTING Binary to BIGINT

    Amazing!

    I didn't realize it was October 12 already 🙂


    Just because you're right doesn't mean everybody else is wrong.

  • RE: ISNUMERIC function

    Interestingly enough, the referenced article doesn't really say anything about spaces. I'd even go so far as to say the article is just about as useless as the function itself...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: SMO Scripting

    And why would you not use the Script() method, given that it exists?


    Just because you're right doesn't mean everybody else is wrong.

Viewing 15 posts - 91 through 105 (of 235 total)