Forum Replies Created

Viewing 15 posts - 1,756 through 1,770 (of 8,416 total)

  • RE: 'Other' wait oddity in Activity Monitor

    Scott H (8/12/2011)


    Paul - Thanks for the link. I've put that on the server and run it, but I'm not getting any wait_info back for 'normal' spids - I'm...

  • RE: 'Other' wait oddity in Activity Monitor

    Scott H (8/11/2011)


    According to the Activity Monitor window, under the 'Resource Waits' category, the server appears to have a constant lag of over 8000ms of 'Other' wait.

    Activity Monitor is a...

  • RE: trying to reduce the amount of logical reads

    GilaMonster (8/12/2011)


    The Dixie Flatline (8/11/2011)


    If the ID is included as part of the index, the optimizer can find MAX by matching on [field_name1] and [field_name2], then reading the last value...

  • RE: Are the posted questions getting worse?

    bitbucket-25253 (8/10/2011)


    Cast my vote as the ninth (9th) For. Come on people lets support Brandie

    12th

  • RE: How well do you know MAX?

    Hi John,

    I think you may have missed the humour in Tom's reply to you, but never mind.

    There's nothing incompatible between that general BOL advice and what's been said so far....

  • RE: How well do you know MAX?

    Tom.Thomson (8/5/2011)


    I would hope that most people realise that in applications where monetary values range from 0.01 units to 90071992547409.92 units (something over nine hundred million million units), and no...

  • RE: How well do you know MAX?

    Dave62 (8/5/2011)


    For those who were expecting the third highest salary, here is a select for that [...]

    Or, slightly more compactly:

    select max(Salary) from @table where Salary <

    ((select max(Salary) from @table where...

  • RE: How well do you know MAX?

    You almost had me :laugh:

  • RE: IsNumeric with NULL and Empty String

    Tom.Thomson (8/4/2011)


    ...if it delivers a non-zero result the next thing to happen will probably be the conversion and that was probably already done once...

    Indeed. Worse, people might write the...

  • RE: Niagara Falls

    SanDroid (8/4/2011)


    I just clicked it the link again on two systems and got the Connect page for this issue. Could it be the https part that is not working...

  • RE: IsNumeric with NULL and Empty String

    SanDroid (8/4/2011)


    "Code to enforce Business Rules should not be in SQL!"

    Some days, I would go further:

    "Code to enforce Business Rules should not be in SQL!"

  • RE: Niagara Falls

    SanDroid (8/4/2011)


    Several of you seem to agree that this is a bug that they can reproduce.

    However the count of user that can re-create and users that think this...

  • RE: IsNumeric with NULL and Empty String

    sknox (8/4/2011)


    While it's in many ways better than IsNumeric, TRY_CONVERT does have some problems.

    Oddly enough, this is exactly the stance I took a week or so ago in a discussion...

  • RE: IsNumeric with NULL and Empty String

    IsNumeric - sigh.

    Thank goodness for the improvements in the next version of SQL Server like TRY_CONVERT.

  • RE: Are the posted questions getting worse?

    GilaMonster (8/3/2011)


    Tom.Thomson (8/3/2011)


    ...because US immigration control has deteriorated to the point where no-one in his right mind wants to travel to the USA anyway

    Tell me about it. It's about the...

Viewing 15 posts - 1,756 through 1,770 (of 8,416 total)