sp_droppub  sp_dropreplicateconn

Chapter 4: ASE Replicator Procedures

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

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

rep_art

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

NoteTo avoid problems on case-insensitive data servers, always specify replicate object names using the same character case as returned by the catalog stored procedures on the replicate data server.

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





Copyright © 2005. Sybase Inc. All rights reserved. sp_dropreplicateconn

View this book as PDF