Adaptive Server Enterprise 的命令参考
从数据库中删除 SQL Remote 系统对象。
sp_drop_sql_remote
从数据库中删除 SQL Remote 系统对象,以便它在 SQL Remote 系统中不再起作用。
唯一没有删除的 SQL Remote 对象是 sp_drop_sql_remote 过程本身(过程不能从数据库中自我删除)。若要完全删除 SQL Remote,必须在调用 sp_drop_sql_remote 之后将其显式删除。
sp_drop_sql_remote 过程不会从数据库中删除稳定队列对象。要删除稳定队列,请使用 sp_queue_drop 过程。
下面的语句从数据库中删除 SQL Remote 系统对象:
sp_drop_sql_remote_type go drop procedure sp_drop_sql_remote go
SQL Anywhere Studio 9.0.2
版权所有 © 1989–2005 Sybase, Inc. 部分版权所有 © 2001–2005 iAnywhere Solutions, Inc. 保留所有权利。