Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Changing the SA password without the old password

Author  Topic 

cope
Starting Member

2 Posts

Posted - 2009-12-11 : 16:18:18
I am trying to set up a password management system, which will have the ability to change the password for the SA account. I would like to grant the account that this system will be using the ability to change the SA password without knowing the old password because we do not want to have to store the old password anywhere on the system. Is there a permission that I can grant that will grant permissions similar to security admin with the added ability to change the SA password without requiring the old password?

Thanks!

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-12-11 : 17:08:55
Sysadmins can change the sa password without knowing the old password.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

cope
Starting Member

2 Posts

Posted - 2009-12-14 : 10:26:07
We're trying to avoid granting full SA access to this account. The application we're using for password management doesn't have a copy of the old password so it can only send the new password. We don't want an account that is used strictly for changing passwords to have full blown access to all of our SQL instances. Does anyone have any idea how to achieve this? Thanks!
Go to Top of Page
   

- Advertisement -