Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从 SQL Anywhere 目录中删除远程服务器。
DROP SERVER server-name
DROP SERVER 从 SQL Anywhere 目录中删除远程服务器。必须先删除已为远程服务器定义的所有代理表才能成功执行此语句。
Windows Mobile 上不支持此语句。
您必须具有 SERVER OPERATOR 系统特权。
自动提交。
SQL/2008 服务商扩充。
以下示例删除名为 ase_prod 的虚拟服务器:
DROP SERVER ase_prod;