Forum Replies Created

Viewing 15 posts - 166 through 180 (of 536 total)

  • RE: Are the posted questions getting worse?

    Too many of these posters don't realize the level of expertise that they are getting here. Maybe you all need more intimidating titles like "Grand Intergalactic SQL Master" or...

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Leave Developers Alone

    Thanks for the important article Steve.

    A while back, my boss was good enough to ask if it was too noisy in my area and I appreciated that. ...

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Optimal SSD drive configuration for DW server? Beneficial to keep ODS and DW in separate logical drives?

    I can't answer your questions, but Paul Randal wrote about them some today on TechNet (scroll down on the site to the "Reduce I/O, Increase Performance" section): (http://technet.microsoft.com/en-us/magazine/hh334997.aspx)

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Does Your Company Use WSS?

    So, apparently, the answer is not merely "No," but no one even cares! :w00t:

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Multiple Admin accounts, but need different access

    Thank you opc.three, I'll pass that along.

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Consecutive Blank Spaces in Data

    Ninja's_RGR'us (7/20/2011)


    mtillman-921105 (7/20/2011)


    Ninja's, what's the benefit of the WHILE there? I would have skipped that, but I'm probably missing something.

    This will replace all double spaces with a single space....

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Consecutive Blank Spaces in Data

    Ninja's, what's the benefit of the WHILE there? I would have skipped that, but I'm probably missing something.

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Are the posted questions getting worse?

    When the Space Shuttle lands, everybody wear ape suits, pass it on.

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Are the posted questions getting worse?

    Steve, I hope you at least bought the horse a drink before hand.

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: SSRS - Export report into CSV File

    Also a guess, but SSRS can be particular about formatting. Are the last four columns missing? If so, it may be that you need to choose a different...

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: undo changes to a stored procedure

    That's odd, my screen shows a lot more than yours. Using IE8.

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: undo changes to a stored procedure

    GilaMonster (7/19/2011)


    What whitespace where? Can't see anything odd.

    I think he's talking about extra lines in the code block rather than to the right of the code.

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Count with inner joins

    It looks like your using a JOIN for a WHERE clause.

    If so, try replacing the JOIN with

    WHERE PC.PaymentStatus IN ('AM', 'P', 'VR')

    instead of using a JOIN.

    By the way, if...

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Count with inner joins

    The biggest concern is using that function on your last JOIN. Can you find another way to accomplish the same thing?

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Multi-field/Multi-value Selection in SSRS Report

    Please show us the code you have so far. Also, a sample of the data would be helpful.

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

Viewing 15 posts - 166 through 180 (of 536 total)