Hello There, I have a table x and a history table x_hist, whats the best way to update the history table.
should i need to use triggers or embed a code in my script to update the history table? what is the performance impact of a trigger versus embedding the code in the script? thanks for your time. - Deepak