Hi,
We have Activity log table, When job finish it will insert a row with how
many rows inserted with table name.
****** Activty_log*********
Table Inserted Total_row
tab1 100 ?????
Is it possible to create trigger(After Insert) that will take that table
name and query with (Select * from Tab1) and update the row.
Thanks,
We have Activity log table, When job finish it will insert a row with how
many rows inserted with table name.
****** Activty_log*********
Table Inserted Total_row
tab1 100 ?????
Is it possible to create trigger(After Insert) that will take that table
name and query with (Select * from Tab1) and update the row.
Thanks,