Query to check when the SQL Server Service account password was last changed.

  • Hello,

    Is there any query available to check when the SQL Server service account password changed last time?

    Regards.

    Thanks.

  • Probably not - it's not something that SQL Server controls. You'd be better off speaking to your AD administrator.

    John

  • If you are using a native SQL account, you can check in:

    sys.server_principals

    There is no date specifically for password changes, but the modify_date does get reset when the password is changed.

    SQL DBA,SQL Server MVP(07, 08, 09) A socialist is someone who will give you the shirt off *someone else's* back.

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

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