Forum Replies Created

Viewing 15 posts - 316 through 330 (of 667 total)

  • RE: RAID 5

    Hm... I found this on Wikipedia:

    A minimum of three disks is required for a complete RAID 5 configuration. In some implementations a degraded RAID 5 disk set can be made...

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • RE: Are the posted questions getting worse?

    GSquared (2/16/2011)


    GilaMonster (2/16/2011)


    GSquared (2/16/2011)


    I blame Wayne. Execution at noon.

    Who's noon?

    No, Who's on first.

    Not me, got K-ed out again last Saturday :w00t:

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • RE: $PARTITION function wrong after switch?

    ALZDBA (2/14/2011)


    IMO you are fooling yourself by using the wrong PF with the correct table in your select query.

    SELECT *

    , $PARTITION.AnnualDateRange_PartitionFunction(OrderDate) AS...

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • RE: $PARTITION function wrong after switch?

    Chad, I'll give it a bash tomorrow on one of our SQL2008 R2 boxes. Got to rush home now, after all it is Valentine's day, so please bear with me.

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • RE: Are there any hosting companies offering sql server 2000 sql server 2000

    I do agree with Elliot, but as an alternative, can't you use SQL 2000 Desktop Engine? It is still available for download from MSDN.

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • RE: Are the posted questions getting worse?

    You know, I read through that whole thread, and somewhere mid-way I started wondering whether nadabadan himself wasn't actually the interviewer. I guess I am certainly wrong, but who knows?

    Edit:...

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • RE: Are the posted questions getting worse?

    While you are at it Koen, why don't you add Vlaamse Stoverij, Mosselen met Frietjes, Hutspot, Konijn met pruimen or whatever other delicious Flemish recipes you can come up with...

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • RE: Are the posted questions getting worse?

    Never been there, but maybe have a look at http://www.australianopen.com/en_AU/event_guide/event_guide.html?

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • RE: Are the posted questions getting worse?

    I would rather suggest skimming the customers' credit cards instead of robbing them. After all, who-ever can afford to buy gold from a vending machine must have a pretty nice...

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • RE: Are the posted questions getting worse?

    Ray K (1/14/2011)


    Jeff Moden (1/13/2011)


    Even when he does come up with a pearl of wisdom worth remembering, it's always accompanied by some really arrogant, condescending rhetoric that's just not...

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • RE: Are the posted questions getting worse?

    Ray K (1/13/2011)


    Ray K (1/12/2011)


    Hey Threadizens -- I could use some advice on what I hope is a quick and easy question!

    Thank you, fellow Threadizens, for coming to my rescue...

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • RE: Are the posted questions getting worse?

    The bank hasn't changed yet, Gail. We are going live on the 16th with our phase 1C. Then nothing till 16 February.

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • RE: Detective Stories - Changing the Case

    Hi Brandie,

    No it would not, it is just in the join that it compares the upper-case version of the camel-cased string to the upper-case version of the original string. If...

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • RE: Detective Stories - Changing the Case

    Hi Brandie,

    I guess the final update back will fail on a database with a case sensitive collation. Shouldn't it rather read:

    Update idf

    Set Location = mt1.Location

    from dbo.Import_Data_Filter idf

    join dbo.#MyTemp1 mt1

    on UPPER(idf.Location)...

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

  • RE: Are the posted questions getting worse?

    Could have been worse. OP could have said

    Error: -2147218798 😛

    --------------------------------------------------------------------------
    A little knowledge is a dangerous thing (Alexander Pope)
    In order for us to help you as efficiently as possible, please read this before posting (courtesy of Jeff Moden)[/url]

Viewing 15 posts - 316 through 330 (of 667 total)