Home Forums SQL Server 2005 T-SQL (SS2K5) Query to determine if Enforce Password Policy is on RE: Query to determine if Enforce Password Policy is on

  • select name, is_policy_checked

    from sys.sql_logins

    -When I use this query, it doesn't pick up the windows authenticated users.

    -Kyle