I have a table I would like to run 2 alter table statements on to disable check contraints and triggers so I can delete records from the table, then I would re-enable the tirggers and contraints. Problem is that you can't run an alter table statement on a table that is being replicated. Anyone know of a work around that could help me out?