Securing SQL Server: CHECK_Expiration for SQL Server logins
The CHECK_EXPIRATION option is a security feature of SQL Server that allows you to enforce password expiration for SQL Server logins. When this option is set to ON for a login, it requires the login to change its password after a certain period of time has passed. Setting the CHECK_EXPIRATION option to ON for all SQL authenticated logins within the …
Securing SQL Server: CHECK_Expiration for SQL Server logins Read more »