Re: How user can change their password with sp_password.
From: Uttam Parui[MS] (uttamkp_at_online.microsoft.com)
Date: 08/22/03
- Next message: Vikas M H: "Deploying Access Data Pages"
- Previous message: Paul Ross: "RE: MS03-033 Unchecked Buffer in MDAC"
- In reply to: Sue Hoegemeier: "Re: How user can change their password with sp_password."
- Next in thread: Sang Leen: "Re: How user can change their password with sp_password."
- Reply: Sang Leen: "Re: How user can change their password with sp_password."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 22 Aug 2003 10:05:27 GMT
I agree with Sue. Only members of the sysadmin role can change the password
for another user’s login.
If user wants to change their password then they do not need to put 'Login
Name' in the sp_password syntax.
They should use the foll. syntax
sp_password 'oldpassword', 'Newpassword'
HTH,
Uttam Parui
SQL Server Developer Support Engineer, MCDBA, MCSE, MCT
Product Support Services
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
Are you secure? For information about the Strategic Technology Protection
Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
- Next message: Vikas M H: "Deploying Access Data Pages"
- Previous message: Paul Ross: "RE: MS03-033 Unchecked Buffer in MDAC"
- In reply to: Sue Hoegemeier: "Re: How user can change their password with sp_password."
- Next in thread: Sang Leen: "Re: How user can change their password with sp_password."
- Reply: Sang Leen: "Re: How user can change their password with sp_password."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|