Display of login history in SQL
To address a security finding, I need to display the following upon entry to SQL:
Last successful login date or number of failed logon attempts. How would I implement this?
0