sp_remove_remote_table procedure

Purpose

To mark a table as unavailable for SQL Remote replication.

Syntax

sp_remove_remote_table table_name

 

Argument

 

Description

 

 

 

 

 

 

 

table_name

 

The table to be marked as not available for SQL Re-

 

 

 

mote replication.

See also

“sp_add_remote_table procedure” on page 384

 

“sp_modify_remote_table procedure” on page 400

Description

Example

Marks a table as unavailable for replication. Once this procedure has been called, the data in the table cannot be shared with other databases using SQL Remote.

The following statement marks the employee table as unavailable for replication:

sp_remove_remote_table employee go

430

Page 448
Image 448
Sybase DC38133-01-0902-01 manual Spremoveremotetable procedure, To mark a table as unavailable for SQL Remote replication