Deletes an existing replicate database connection definition.
sp_dropreplicateconn conn_name
is the name of a replicate database connection. Connection names must be specified in the form ds.db, where:
ds is the name of the data server on which the replicate database resides.
db is the name of the replicate database.
sp_dropreplicateconn "boulder.doc"
Deletes the replicate database connection definition for the database doc on the data server boulder.
If a replicate connection has any subscription defined for it, you must drop the subscription before you drop the replicate connection.
If you attempt to drop a replicate connection that has a subscription defined, sp_dropreplicateconn returns an error.
When the requested action occurs successfully, no results are returned.
When an error occurs, an error message is returned.
sp_addreplicateconn, sp_dropprimaryart, sp_dropsub, sp_helpreplicateart, sp_helpreplicateconn, sp_helpsub