sahoong (8/4/2008)
What is the mechanism in SQL server that disables a login if it has not been used for a number of days? Many thanks.Sahoong.
It is called Password Expiration, and you can set it for logins. (see ALTER LOGIN http://msdn.microsoft.com/en-us/library/ms189828.aspx). Note that password expiration is enforced only on Windows Server 2003 and later.
Regards,
Andras
Andras Belokosztolszki, MCPD, PhD
GoldenGate Software