Anyone know how to prevent CLR triggers from being included in replication schema during snapshot generation?
We are using CLR triggers on our database for before/after auditing (Idera SQL Compliance Manager). Database is published for multiple devices using merge replication. When attempting to replicate, applying schema at the subscriber generates errors due to missing Assemblies.
Using @Schema_options we can disable all triggers for each published table, but we still need the non-CLR triggers to be included.
Any advice/assistance would be greatly appreciated.
Thanks,