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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Replication and Trigger

Status
Not open for further replies.

checkai

Programmer
Jan 17, 2003
1,629
US
We have Transactional Replication pushing data to our Reporting Database once a day.

I am thinking of putting a trigger on one of the tables that gets hit by the replication. WHat the trigger would do would be to insert the ID of the table into another table. Basically, showing me all the IDs that were affected by the replication that evening.

If my table is getting 50,000 records inserted an evening, is that trigger a bad idea?

Thanks for any input on the topic!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top