Re: Alter login issue



Probably because you aren't supplying the old password when
you go through SSMS. Read the rest of the permissions
section in books online for ALTER LOGIN.

-Sue

On Thu, 26 Oct 2006 13:59:01 -0700, SalamElias
<eliassal@xxxxxxxxxxxxx> wrote:

I created a SQL server login "LOG1", granted him "ALTER" privilege on another
sql login "log2"
When I connect using "LOG1", right click on "log2" in "logins, security",
try to change its password I get the following error :

Change password failed.......Additional info..........
Can not alter login 'log2' because it does not exist or you dont have
permissions error 15151

Thanks for your help

.