Setting the expiration interval for a password

System Administrators and System Security Officers can:

Use

To

sp_addlogin

Specify the expiration interval for a login password at creation

sp_modifylogin

Change the expiration interval for a login password. sp_modifylogin only effects user roles, not system roles.

create role

Specify the expiration interval for a role password at creation

alter role

Change the expiration interval for a role password

The following rules apply to password expiration for logins and roles:

For details on the syntax and rules for the commands and system procedures, see the Reference Manual.