Removes a single job from the distribution database while continuing to send all other data to the subscriber. Used on the distribution server.
sp_MSkill_job job_id, publisher, publisher_db [, subscriber [, subscriber_db]]
where
The sp_MSkill_job replication stored procedure is useful if all subscribers are failing on the distribution of a replicated transaction.
Important Use this procedure with caution. It is used on the distribution database.
This example terminates job 90 that is waiting to be distributed.
sp_MSkill_job 90, WOLFHOUND, pubs
MSlast_job_info |