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!
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!