hi all,
wanted to know that which method between triggers and procedures will be more suitable for below requirement so please share your views:
Requirement: To capture the specific column update or insert in a table(main table) into another table(log table).
Information to be captured is old value ,new value,username ,date and time of update or insert.
Important Note:The table is going to be huge table may have approx 10 to 20 million records after one year.