Skip to content

Change Proxy Account Password

EdVassie edited this page Mar 26, 2021 · 3 revisions
Previous SQL Agent Job Proxy Accounts DBA Password Store Next

It is important to synchronise the changing of a proxy account password in both Windows and SQL Server, otherwise SQL Server will use the old password value and the account may be locked out.

To change the password in SQL Server for a proxy, the details for the Credential are updated.

  1. Start SQL Server Management Studio.

    Connect to the instance using Object Explorer, and then navigate to Credentials. Right-click on the credential (e.g. ##xp_cmdshell_proxy_account##) and select Properties.

    Proxy Credentials Properties

  2. Enter the new password and click OK. Save the new password to the DBA Password Store.

    Proxy Credentials Password

SQL Server Management Studio can now be closed.

Copyright FineBuild Team © 2012 - 2021. License and Acknowledgements

Previous SQL Agent Job Proxy Accounts Top DBA Password Store Next

Key SQL FineBuild Links:

SQL FineBuild supports:

  • All SQL Server versions from SQL 2019 through to SQL 2005
  • Clustered, Non-Clustered and Core implementations of server operating systems
  • Availability and Distributed Availability Groups
  • 64-bit and (where relevant) 32-bit versions of Windows

The following Windows versions are supported:

  • Windows 2022
  • Windows 11
  • Windows 2019
  • Windows 2016
  • Windows 10
  • Windows 2012 R2
  • Windows 8.1
  • Windows 2012
  • Windows 8
  • Windows 2008 R2
  • Windows 7
  • Windows 2008
  • Windows Vista
  • Windows 2003
  • Windows XP
Clone this wiki locally