I would like to increase the length of a varchar field in a table that is being used in Replication. However, I get an error message:
ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot drop the table 'dbo.Note' because it is being used for replication.
Is there away to update the table without dropping the replication publication and readding it?