I am creating a SQL replication, with remote disturber server. Replication type is transactional and this is push subscription based. Source containing a table named ‘Item’, the destination table ‘Item’ having triggers which do some operations. At the publication I have set following option to not to drop the triggers at the destination.
Action if name is in use: Keep existing object unchanged.
When I run the initial snapshot the triggers are not firing. The triggers are working fine while mirroring.
Can anyone please help on this?