Sybase SQL Remote DC38133-01-0902-01 User Manual

Page of 485
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
Description
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.
Example
The following statement marks the employee table as unavailable for
replication:
sp_remove_remote_table employee
go
430