UPDATE on a column with a set default



If we have a column with a default value set, say GETDATE( ), how can we
assure that value is reset on an UPDATE (not an INSERT) without changing
the client code that does the updating? I'd rather stay away from triggers, etc if possible.


Thanks,
Mike Husler
.