FIX: SQL Server Replication - Cannot alter column because it is 'REPLICATED'
In SQL Server 2005, I really appreciated the addition of DDL replication. Before that, I found that making schema changes to replicated tables was a pain in the neck. Almost every time, I was there dropping replication and later setting it up again. That’s easy but takes a long time, so sometimes, I’d resort to lots of manual hacking.
Using DDL replication, I could make a whole lot of different types of changes and the subscribers would be updated automatically, at least in most standard subscriptions.
2020-04-30