Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从 SQL Anywhere 目录中删除外部登录。
DROP EXTERNLOGIN login-name TO remote-server
DROP 子句 指定本地用户登录名
TO 子句 指定远程服务器的名称。该服务器的本地用户的备用登录名和口令是已删除的外部登录。
DROP EXTERNLOGIN 从 SQL Anywhere 目录中删除外部登录。
DBA 特权
自动提交。
SQL/2008 服务商扩充。
DROP EXTERNLOGIN DBA TO sybase1;