I've been having problems in our Production environment with replication. We have several tables in one our merge publications that runs daily. It was decided that we didn't want one of the tables replicated but we can't just drop the table from the publication without having to redo the whole publication. So we just deleted all the triggers on that table. The problem is that even without the triggers, data is still being downloaded from the central server to the local servers. Does anyone know why this happens even if the triggers are deleted on both central and local databases? Help please?