Say ServerA.TableA is replicated (via Transactional Replication) to ServerB.TableA. If a trigger existed on ServerB.TableA that fired when a row was inserted or updated, would the trigger fire as rows are replicated from ServerA.TableA?
Say ServerA.TableA is replicated (via Transactional Replication) to ServerB.TableA. If a trigger existed on
Share
It depends on how the trigger was created.
CREATE/ALTER TRIGGERstatements support the NOT FOR REPLICATION clause: