Show TOC

REVOKE INTEGRATED LOGIN StatementLocate this document in the navigation structure

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

Syntax
REVOKE INTEGRATED 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.