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) "It's a dog-eat-dog world, and I'm wearing Milk-Bone underwear." "Norm", on "Cheers". Also from "Cheers", from "Carla": "You need to know 3 things about Tortelli men: Tortelli men draw women like flies; Tortelli men treat women like flies; Tortelli men's brains are in their flies".

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

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