Drop single article without dropping subscriber

  • Hi I need to drop one article and add it back in transactional replication as it is not sync. Please let me know SQL command to drop single article with out dropping subscription.

    Thanks, Litu

  • Have a look at sp_dropsubscription and sp_droparticle.

    Better still, if you only have the one article that is out of sync, try sp_reinitsubscription

    Check out Books Online for the details of these commands

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

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