Show TOC

REVOKE KERBEROS LOGIN StatementLocate this document in the navigation structure

Removes KERBEROS LOGIN permissions that were given using the GRANT statement.

Syntax
REVOKE KERBEROS LOGIN
   FROM <userID> [,...]
Parameters

(back to top)

  • userID must be the name of an existing user or role that has a login password. Separate multiple userIDs with commas.
Standards

(back to top)

ANSI SQL–Compliance level: Transact-SQL extension.

Permissions

(back to top)

Requires the MANAGE ANY USER system privilege.