Viewing 7 posts - 1 through 7 (of 7 total)
Ken:
Joining deleted with inserted worked. Thanks.
I still don't know why joining deleted with history needs the update to be issued twice to work.
June 16, 2006 at 9:58 am
Tried both.
Using UPDATE(col1) OR UPDATE(col2)... for all columns doesn't fire the trigger, even if I really update a column.
Using exists needs the update command to be issued twice to work. Weird....
June 14, 2006 at 3:08 pm
Sorry Antares, didn't see your previous question: 750.000 rows. Twelve satisfying the where clause.
May 5, 2006 at 3:35 pm
Yes. Both servers autostart DTC.
May 5, 2006 at 3:31 pm
Yes. Same bad performance.
Same if using a variable (datetime), storing the value and comparing the remote date against it. Only working when value is "hardcoded".
May 5, 2006 at 3:22 pm
Nothing. It has 5 rows.
May 5, 2006 at 2:56 pm
If running in 2k or later, you can use a Trigger instead of INSERT and store
the offending value in a table.
Regards,
Hernan
December 23, 2005 at 10:43 am
Viewing 7 posts - 1 through 7 (of 7 total)