Forum Replies Created

Viewing 15 posts - 16 through 30 (of 54 total)

  • RE: Converting Binary Numbers To Hex

    Solomon Rutzky - Tuesday, November 27, 2018 2:54 PM

    I was guessing it would be INT as that is the easiest, most...

  • RE: Converting Binary Numbers To Hex

    Solomon Rutzky - Tuesday, November 27, 2018 9:38 AM

    • and not sure how much this helps, but I changed the "NULL" to "0"...

  • RE: The funny WHERE

    Eirikur Eiriksson - Sunday, November 25, 2018 8:26 AM

    Jonathan AC Roberts - Sunday, November 25, 2018 8:02...

  • RE: Deterministic functions

    Steve Jones - SSC Editor - Monday, November 19, 2018 9:38 AM

    It's not listed in BOL. Perhaps because there could be some...

  • RE: Backup to Recovery

    Jeff Moden - Thursday, November 8, 2018 8:03 AM

    edwardwill - Thursday, November 8, 2018 3:55 AM

    November 8, 2018 at 5:34 pm

    #2012921

  • RE: Non sequential sequential numbers

    Sean Lange - Thursday, November 1, 2018 7:12 AM

    I have never been convinced that using sequential guids is a viable architecture. Sure...

  • RE: Implicit Transactions

    It was easy to rule out option three - it read, "An error as TRUNCATE TABLE cannot be used with implicit conversions set on."  Since it was implicit transactions that...

  • RE: The Helpful Triggers

    The DDL is separate from the table

    This tells me you're not modifying the SSMS defaults for script generation.  There are a plethora of options I update in the...

  • RE: How am I doing?

    Luis Cazares - Wednesday, August 15, 2018 11:26 AM

    Technically, there wouldn't be any negatives for Sales Weeks. That would mean that...

  • RE: How am I doing?

    Steve Jones - SSC Editor - Wednesday, August 15, 2018 9:08 AM

    t.ovod-everett - Tuesday, August 14, 2018...

  • RE: How am I doing?

    Won't you get 100 rows?  If you only want 9, you'll need a "WHERE m.n <= 9" or some such.

  • RE: The UPDATE() function

    lmalatesta - Friday, August 10, 2018 7:52 AM

    timwell - Friday, August 10, 2018 7:39 AM

  • RE: OUTPUT values

    Lynn Pettis - Tuesday, August 7, 2018 1:37 PM

    This is really about the principle behind using the OUTPUT clause, not what...

  • RE: OUTPUT values

    One observation is that outputing just the OrderKey column won't enable you to easily determine which of the two inserted records got which of the two OrderKey values.  One might...

  • RE: Assignments

    lmalatesta - Tuesday, July 3, 2018 8:22 AM

    Note: this behavior also only works for variables. For column assignments in update statements,...

Viewing 15 posts - 16 through 30 (of 54 total)