I have a replication server SQL Server 2008 R2 (transactional replication).
I need to alter table columns data type using the alter statement.
Should I stop the replication and do the alter and then re run the replication, or should I re-generate a new snapshot after the alter statement.
What is the best way to do this?