Forum Replies Created

Viewing 15 posts - 45,661 through 45,675 (of 59,063 total)

  • RE: Are the posted answers getting worse?

    RBarryYoung (1/21/2009)


    Man, what a bonehead!

    And all that time.... I thought it was a helmet. 😉

  • RE: backup failure

    ps (1/20/2009)


    :w00t: Is there a rationale behind this weird behaviour?

    Heh... WHICH wierd behaviour? :hehe:

  • RE: 16 digit unique number

    colin Leversuch-Roberts (1/21/2009)


    I knew you'd be a voice of reason Jeff! I truly don't know any way you can do this in T-SQL and I'm not sure you could do...

  • RE: Questions on looping and grouping data

    You could try the old COMPUTE and COMPUTE BY clauses... don't know if they have the same limits... but, be advised, the totals are NOT returned in the same result...

  • RE: Questions on looping and grouping data

    You're grouping by more than 10 columns? Sorry, that's not what I saw in the original post and haven't read the other chunk of code you posted.

  • RE: Surface Possibilities

    Send huge amounts of money or the winning Mega-Bucks lottery ticket and I'll start writing my memoirs! 😀

  • RE: Are the posted questions getting worse?

    RBarryYoung (1/21/2009)


    David Webb (1/21/2009)


    Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.

    Yes, and HIT...

  • RE: Are the posted questions getting worse?

    David Webb (1/21/2009)


    Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime. In this...

  • RE: Disable and enable trigger

    amartha_dutta (1/21/2009)


    To disable / enable selective triggers...

    ALTER TABLE tableName DISABLE TRIGGER triggername

    ALTER TABLE tableName ENABLE TRIGGER triggername

    To disable / enable all triggers...

    ALTER TABLE tableName DISABLE TRIGGER ALL

    ALTER TABLE tableName ENABLE...

  • RE: VM... Setting up new "box"

    Ok... still not sure what you mean, so I'll come right out and ask... Do you think I'm part of the problem on this one?

  • RE: Why do people need to do this?

    RBarryYoung (1/20/2009)


    Heh, maybe I shouldn't post after midnight. But sure, use it if it helps. 😛

    Heh... gotta love it when you take the helmet off... right about midnight...

  • RE: Why do people need to do this?

    Garadin (1/20/2009)


    Michael Valentine Jones (1/20/2009)


    In the end, does the reason why really matter?

    We had a meeting where we objected to a project as complete waste time and money, and were...

  • RE: Why do people need to do this?

    smunson (1/21/2009)


    Jeff,

    Thanks for the validation. Barry did kind of get back at what I was saying - there's really only one reason for this kind of problem -...

  • RE: Why do people need to do this?

    Dan.Humphries (1/21/2009)


    While I am new to SSIS and SQL Server I came from a sybase world and did alot of such silly requests. In all cases the sillier the...

  • RE: Why do people need to do this?

    smunson (1/21/2009)


    Oops... Looks like I messed up the quote of Jeff's post... my bad...

    Steve

    (aka smunson)

    :w00t::w00t::w00t:

    That WAS funny... I was thinking the same thing... "Heck of a tagline...

Viewing 15 posts - 45,661 through 45,675 (of 59,063 total)