Hi,
we have replication setup for few tables to another database, lets take an example , we have a table PUB_TAB on publication which has trigger on insert PUB_Trigger same table on subscription has a different trigger SUB_trrigger on insert, now we are removing replication and merging databases tables in a single database now question here how triggerrs should be on a table PUB_TAB ? either both the trigger should be merged in one or we can have two triggers on a table both are doing different things, we are planning to keep two trigger on insert , what could be the consequences??
SQL Server DBA