How to Pause Replication for a Single Database

I have a connection document in place that dictates when the databases in a certain directory should replicate.I want to be able to make it skip one of the databases in that directory until further notice.

Is this possible?

Thanks

Subject: How to Pause Replication for a Single Database

You can edit the replication settings of the DB (right click → replication → parameter → other → deactivate replication) …

-bruno

Subject: RE: How to Pause Replication for a Single Database

That’ll do, thanks Bruno.