Forum Replies Created

Viewing 15 posts - 46 through 60 (of 80 total)

  • RE: Looking Back

    This topic has certainly produced some interesting comments however I really can't disagree strongly enough with the "purist" mind frame that one solution, technique or algorithmic aim will solve all...

  • RE: Looking Back

    paul s-306273 - Friday, July 21, 2017 4:54 AM

    As Tony Hoare said :
    "...The view that documentation is something that is added to...

  • RE: Looking Back

    Well, I don't have 40 years... but I certainly agree with many of these points. Particularly those about documentation (or more accurately, the total lack of it) and error handling.

  • RE: The Missing Price

    For those that care about the assumption of integer compared to a floating point column definition, try this:

    DECLARE @LineItem TABLE
    (
        LineItemKey INTEGER NOT NULL...

  • RE: The Missing Price

    Part of the question is:

    I am trying to write a query that will give me the final price.

    Responses that the calculation are incorrect, and even good ways...

  • RE: The Missing Price

    andrew_dale - Monday, July 17, 2017 2:56 AM

    Given that there is no table definition, we have no way of knowing that the...

  • RE: SQL Server is Lagging a Bit

    While it's good that there are standards around SQL, otherwise we'd be living in a complete hell of vendor specific nonsense (much more than we are), there are two problems....

  • RE: Presentations that are Easy on the Eyes

    massey - Tuesday, June 27, 2017 8:13 AM

    Terje Hermanseter - Wednesday, June 7, 2017 1:57 AM

    June 27, 2017 at 1:35 pm

    #1948434

  • RE: JSON query issues

    Steve Jones - SSC Editor - Monday, June 26, 2017 10:51 AM

    The comma typos were corrected and points awarded back.

    The current question...

  • RE: JSON query issues

    funbi - Friday, June 16, 2017 2:51 AM

    Wow so much nitpicking! There was enough information in the original question (even with typos)...

  • RE: JSON query issues

    n.ryan - Thursday, June 15, 2017 12:22 AM

    Strange... I was looking for the obvious answer that the data was missing a comma...

  • RE: JSON query issues

    Strange... I was looking for the obvious answer that the data was missing a comma after the row Anderson.

  • RE: They Call Me Andy Null

    Marvellous. I now feel a strange need to start putting my last name as NULL in all the tedious places that I'm required to enter personal details for no benefit...

  • RE: Presentations that are Easy on the Eyes

    When writing or reviewing code I prefer dark themes. Experience has shown that there's much less eye strain this way on an emissive screen and it's one of the first...

  • RE: SSMS Tips - Text Results

    Ed Wagner - Wednesday, March 29, 2017 6:02 AM

    The question was about something I knew about, but the ctrl-shift-t is new to...

Viewing 15 posts - 46 through 60 (of 80 total)