alter login

  • created procedure so that a web page can run command to alter the users passwords

    Procedure is

    create procedure usp_alter_login

    as

    Alter Login...etc.

    What would be the rights for the weblogin that i would need to grant.

    I gave securityadmin but i was wondering if there anything else i could do then give this right to the user.

    Cheers

  • If I am not mistaken, you just need to give execute permission for the stored proc. I dont think you need to give Sys previleges.

    -Roy

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply