What is the optimal way to update a schema on a publishing database that is push-replicated is SQL Server (2012).
Currently we disable replication, update the schema, re-enable replication and run a new snapshot.
As the database grows this strategy will become problematic as the snapshot will get bigger which will make deployments take longer over time.
Is there a way to do this without a new snapshot?