30GB database, many tables with millions of rows. S1 is transactional server, S2 is reporting server, S3 is archive server. S1 updates S2 via log shipping. S2 updates S3 via archive process where changes are applied to S3 and "old" data removed from S2.
If triggers are applied to the reporting server that is updated via log shipping, will the triggers still fire? Plan is to implement triggers on tables on reporting database to store the PK of the rows updated to shorten archive process. I can't find anything on this any where.