SQL Remote User's Guide
Command Reference for Adaptive Server Enterprise
To stop a user from being able to receive SQL Remote messages from this database.
sp_revoke_remote user_name
Argument | Description |
---|---|
user_name | The user ID who will no longer be able to receive SQL Remote messages. |
The sp_revoke_remote procedure removes a user ID from the list of users receiving messages from the current database.
The following statement revokes remote permissions from user Field User:
sp_revoke_remote 'Field user' go