Hello,
I am using transactional replication and want to run purge job on the publisher database. Lets say at the end of purge I am rebuilding all indexes only on those tables where i purged the data from. Now if I rebuild the indexes on the publisher database do I need to rebuild the indexes on subscriber too even though I am replicating schema changes? Also will rebuilding indexes on publisher database or subscriber database break replication (or cause data mismatch?)?
Thanks for your replies.