Forum Replies Created

Viewing 15 posts - 76 through 90 (of 223 total)

  • Reply To: The Default NULL

    Not to nit-pick, but the option is actually called ANSI_NULL_DFLT_OFF, so technically, all the answers are incorrect.

    However, the database option is called ANSI_NULL_DEFAULT, which can be set to OFF or...

  • Reply To: Printing Dates

    Looking at the available answers, the only logical response would be that it would fail, since all the other answers have both date and time that doesn't match the input...

  • Reply To: New statistics

    Hush! That's probably for an upcoming QotD...

  • Reply To: Basic Functions

    Interesting that arguments are optional until the're used in the function.

  • Reply To: SSMS or SSDT

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

    • This reply was modified 5 years, 6 months ago by  Rune Bivrin.
  • 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!...

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

  • Reply To: Getting the time

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

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

  • Reply To: Getting the time

    Current time is: Not enough coffee?

  • Reply To: Filtered Statistics

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

    "Oops, I did it again"

  • Reply To: dput()

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

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

  • 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 5 years, 8 months ago by  Rune Bivrin.
  • 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...

Viewing 15 posts - 76 through 90 (of 223 total)