Hi,
I have two tables
Table-A
Table-A-History must
whenever a new data row is available, update Table-A's row and insert a new row into Table-A-History.
Table-A-History
This needs to be achieve without using trigger on table,
but may be with help of stored proc
Could anyone of you can help here