Adaptive Server Enterprise 的命令参考
将表标记为不可用于 SQL Remote 复制。
sp_remove_remote_table table_name
| 参数 | 说明 |
|---|---|
| table_name | 要标记为不可用于 SQL Remote 复制的表。 |
将表标记为不可用于复制。调用此过程后,表中的数据就无法使用 SQL Remote 与其它数据库共享了。
下面的语句将 employee 表标记为不可用于复制:
sp_remove_remote_table employee go
SQL Anywhere Studio 9.0.2
版权所有 © 1989–2005 Sybase, Inc. 部分版权所有 © 2001–2005 iAnywhere Solutions, Inc. 保留所有权利。