|
Can trigger be invoked while replication? I have tried after replication its working fine.But i need to know while replication is it possible..
(comments are locked)
|
|
Triggers are invoked by events like insert delete update.
(comments are locked)
|
|
Yes, a trigger can be invoked during replication. You need to mark the trigger NOT FOR REPLICATION. Have a look at Controlling Constraints, Identities, and Triggers with NOT FOR REPLICATION.
(comments are locked)
|

