can not modify the table.

  • Hi All,

    I have a problem, I have restored a backup of the publisher's Database. but when i go for modify or add in a table it gives me an error:

    "Unable to modify table.

    cannot add columns to the table because it is being published for merge replication. "

    What is the solution of this error. please help me out.

    Thanx.

  • Thanx to u all,

    Actually i have found the solution... that is:

    -----------------

    update sysobjects

    set replinfo = 0

    where replinfo = 128

    and xtype = 'U'

    ------------------

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

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