Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trigger

Status
Not open for further replies.

devendrap

Programmer
Aug 22, 2001
50
US
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,

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top