Grants a user privilege to execute a procedure or user-defined function.
GRANT INTEGRATED LOGIN TO user-profile-name, ... [ AS USER userid ]
The GRANT INTEGRATED LOGIN statement creates an explicit integrated login mapping between one or more Windows user or group profiles and an existing database user ID, allowing users who successfully log in to their local computer to connect to a database without having to provide a user ID or password. The user-profile-name can be of the form domain\user-name. The database user ID the integrated login is mapped to must have a password.
You must have the MANAGE ANY USER system privilege.
Automatic commit.
Not in the standard.