Viewing 4 posts - 1 through 4 (of 4 total)
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...
April 18, 2008 at 2:06 pm
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?
April 8, 2008 at 10:27 am
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...
April 7, 2008 at 12:13 pm
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...
April 7, 2008 at 3:35 am
Viewing 4 posts - 1 through 4 (of 4 total)