Hi All,
We are using Transactional Replication for the data Sync. and now we need to alter the table schema for some articles i.e. we need to add columns in the middle of the table. So, on adding the column the SQL Server is throwing an error like this
"Cannot drop the table 'dbo.TableName' because it is being used for replication."
. Cud u please suggest me the best way to add the columns in tables that are being used in the replication?
Thanks in Advance.
Regds,
Anil.M