sp_dropreplicateart

Description

Deletes an existing replicate article (or articles) from a specified subscription.

NoteIf ASE Replicator creates a replicate table when a replicate article is created, ASE Replicator deletes the replicate table in the replicate database when you delete that replicate article.

Syntax

sp_dropreplicateart sub_name [, rep_art]

Parameters

sub_name

is the name of the subscription to which the existing article belongs.

rep_art

is the name of a replicate article. Replicate article names can be specified in the form owner.name.

Examples

Example 1

sp_dropreplicateart subdoc, reptable1

Deletes the replicate article reptable1 in the subscription subdoc.

Usage

See also

sp_addreplicateart, sp_dropprimaryart, sp_dropsub, sp_helpreplicateart, sp_helpreplicateconn, sp_helpsub