Change column width

  • Is there any tricks to change a column length in a table participating transaction replication? Is there any 'work around' without dropping & re-creating the articles?

    i am aware of adding a new column (sp_repladdcolumn) and dropping an existing column (sp_repldropcolumn)

    TIA

    Moorthy

  • Not directly.

    You can drop and then add the column with the new size with sp_repladdcolumn and sp_repldropcolumn.

    In this way there is no need to reinitialize the subscriptions.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply