Reporting Compliance with Password Policy

  • Does anyone know of a stored procedure or view that will tell if a SQL Server 2005 account was created with the underlying password policy enforced, and a password expiration?

    This is for compliance purposes, and I want to find something that's simpler than taking screenshots of all of the login properties.

    Thanks.

  • I found my own answer:

    SELECT * FROM sys.sql_logins

    Thanks.

     

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply