From time to time I receive scripts from developers that modify tables within a replicated database.
I would like to know if it is possible to 'exec sp_droparticle' the table(s) to be modified and then 'exec sp_addarticle' back in after the modification is made.
I am attempting to avoid having to drop the entire replication and remake it each time I have to apply DDL to replicated tables.
Any assistance I receive will be much appreciated!!