Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Updating only changed columns

    Peso (4/17/2008)


    UPDATETable1

    SETrecordtime = case when DATEDIFF(second, recordtime, @rtime) > 0 then @rtime else recordtime end,

    foo = case when @Foo <> foo then @Foo else foo end,

    bar...

  • RE: Updating only changed columns

    That's an interestings solution. May I ask how you calculate your hash? That is, what algorithms do you use, and how do you do it?

  • RE: Updating only changed columns

    Thanks. I am aware of how to write the trigger, that's not my problem. As I said, I cannot change the existing trigger, so i'm looking for a...

  • RE: Updating only changed columns

    Thanks for your response, but perhaps i wasn't clear enough. My problem is not the cost of updating a column to the same value, but rather that the trigger...

Viewing 4 posts - 1 through 4 (of 4 total)