Forum Replies Created

Viewing 15 posts - 40,606 through 40,620 (of 49,571 total)

  • RE: "Answered" Posts

    Mangal9i (3/4/2009)


    My topic was, Answered Posts. Nobody is talking about that.

    If you stick around here, get used to this. Threads drift off topic fairly often and, as I mentioned, Steve...

  • RE: Are the posted questions getting worse?

    Derek Dongray (3/4/2009)


    They must be giving out MVPs with breakfast cereal these days!:D

    Hey! Be nice!

    😉

    I thought an MVP needed to do more than simply post a lot on MSDN?

    Who knows....

  • RE: MCTS 70-431 Certification basic questions

    Chris, judging by your posts here, you shouldn't have much trouble with the exam.

    It's implementing and maintaining, so yes, more admin than dev. Beware the sims, that's where most...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (3/4/2009)


    Holy smokes, a moderator and an MVP and he's that much of a jerk? I thought you had to be... you know... helpful... to make MVP?

    In theory.

    It's interesting,...

  • RE: Trigger not Updating my DestinationTable!

    mail2payan (3/4/2009)


    Which columns determine the matching row in DestinationTable?

    Sorry, I did not get this question.

    When rows are inserted into MyTable, the matching rows in DestinationTable are updated with cumulative totoals....

  • RE: "Answered" Posts

    Mangal Pardeshi (3/4/2009)


    Ahh, thank very much Gila for asking this question.

    If I suggested that a number of the top posters there were useless, would I really get those same top...

  • RE: Are the posted questions getting worse?

    Roy Ernest (3/4/2009)


    I dont think he still realizes that he was rude. I guess when he looks in the mirror, he sees two wings on his shoulder blades and Halo...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (3/4/2009)


    Well that one just yacked me off but good. He may as well be quoting from my posts because I'm "guilty" of all the "crimes" he listed. But...

  • RE: Trigger not Updating my DestinationTable!

    Ok, so on insert, a row must be inserted into Destination table if it doesn't exist and updated if it does? Which columns determine the matching row in DestinationTable?

    What must...

  • RE: "Answered" Posts

    Mangal Pardeshi (3/4/2009)


    Those were my general comments about forums offenders

    Tell me, if I were to drop into the MSDN forums (which seems to be your primary haunt) as a...

  • RE: Trigger not Updating my DestinationTable!

    mail2payan (3/4/2009)


    Hope, I can make you understand where is my problem??

    Not quite. What should happen when a row is inserted into MyTable? What should happen when that row is updated?

  • RE: Are the posted questions getting worse?

    Kit G (3/4/2009)


    Looks like Mangal deleted some of his posts as they are only now recorded in the quotes other posters used.

    I hate it when people do that.

  • RE: I need this Values

    Same as any complex code. Deconstruct (or build it) piece by piece.

    Broken down for explanation only:

    DECLARE @dt datetime

    SET@dt = '2009/03/04'

    DECLARE @TwoMonthsFromNow DATETIME

    DECLARE @StartOfMonthAfterNext DATETIME

    DECLARE @EndOfNextMonth DATETIME

    SET @TwoMonthsFromNow = DATEADD(mm,2,@dt)

    SET @StartOfMonthAfterNext...

  • RE: Deadlock Scenario

    There's not much written about it anywhere that I've found, (other than in BoL) and I've been told that it can change between versions.

    If you want to control which is...

Viewing 15 posts - 40,606 through 40,620 (of 49,571 total)