Drops an external login from the database.
DROP EXTERNLOGIN login-name TO remote-server
DROP EXTERNLOGIN USER string | variable SERVER string | variable
Specify the local user login ID.
Specify the name of the remote server. The local user's alternate login name and password for that server is the external login that is deleted.
DROP EXTERNLOGIN deletes an external login from the database.
You must have the MANAGE ANY USER system privilege.
Automatic commit.
Not in the standard.
The following example drops the DBA external login to the fictitious remote server, sybase1.
DROP EXTERNLOGIN DBA TO sybase1;