REPLICATION

  • How can I drop tables in my SQL database while it is running merge replication??

    I suppose it is not possible, so that what your best advise to do that.

    Thank you

  • While the table is part of the publication you can't drop it. The best way is to drop the table from the publication. You can use sp_dropmergearticle.

    After dropping the table from the publication you should be allowed to drop the table from the db.

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

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