ginino
Newbie
Points: 1
More actions
December 30, 2003 at 2:21 am
#83738
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
Rodrigo Acosta
SSC-Insane
Points: 21261
December 30, 2003 at 8:11 am
#488189
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