Our database has a CLR trigger on most tables (used for auditing) along with misc other triggers.Is there any way to NOT publish the CLR triggers for replication? I know I can not publish all triggers using @Schema_options but I want to publish all but the CLR.
↧