ALTER LOGIN SET
Updates the configuration of the specified login. For more information, see Managing logins.Syntax
Parameters
Example
This command will link the network policy βmy_network_policyβ to the βalexs@acme.comβ login.ALTER LOGIN RENAME TO
Renames a login.A login that was created using single sign-on (SSO) cannot be renamed.
Syntax
Parameters
Example
The following command will rename the βalexs@acme.comβ login to βalexspotter@acme.comβ.ALTER LOGIN OWNER TO
Changes the owner of a login. You can view the current owner in thelogin_owner column of the information_schema.logins view.
For more information, see ownership.