Re: How user can change their password with sp_password.
From: Sang Leen (sangleen_at_hotmail.com)
Date: 08/22/03
- Next message: Sue Hoegemeier: "Re: Linked Server"
- Previous message: Greg: "Administrator password change"
- In reply to: Uttam Parui[MS]: "Re: How user can change their password with sp_password."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 22 Aug 2003 06:43:46 -0700
It work , I was passing the username too.
Thank you All.
uttamkp@online.microsoft.com (Uttam Parui[MS]) wrote in message news:<1euouTJaDHA.2108@cpmsftngxa06.phx.gbl>...
> 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: Sue Hoegemeier: "Re: Linked Server"
- Previous message: Greg: "Administrator password change"
- In reply to: Uttam Parui[MS]: "Re: How user can change their password with sp_password."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|