How to change encrypted password for SQL standard account
From: royzm001 (royzm001@yahoo.com)
Date: 08/30/02
- Next message: Pranali: "login failed for user'sa'"
- Previous message: TO: "Restore takes more than 45 minutes"
- Next in thread: linda deng[MS]: "RE: How to change encrypted password for SQL standard account"
- Reply: linda deng[MS]: "RE: How to change encrypted password for SQL standard account"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: royzm001@yahoo.com (royzm001) Date: 30 Aug 2002 07:46:29 -0700
I have two servers, where SQL Server standard logins has to be in
synch all the time. I can run sp_help_revlogin (see Q246133) to create
script, which will create logins. Run that script on secondary server
and it will create all logins with same sid and password as on first
server. The account on secondary server is created with sp_addlogin
@encryptopt = 'skip_encryption'. Now user changes password on primary
server. Unfortunately the sp_password does not have same @encryptopt
parameter. It is possible to add one, but I am looking for MS
supported procedure to do same thing as sp_addlogin is doing with
@encrypopt but for sp_password.
Please, let me know if there is any way to update password on existing
account, if only encrypted password is available.
- Next message: Pranali: "login failed for user'sa'"
- Previous message: TO: "Restore takes more than 45 minutes"
- Next in thread: linda deng[MS]: "RE: How to change encrypted password for SQL standard account"
- Reply: linda deng[MS]: "RE: How to change encrypted password for SQL standard account"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|