Changing user associated with a login

  • I have this:

    Login                User

    U12345             U12345

    I want to change the user name U12345 to a meaningful name:

     

    Login                User

    U12345              Sue Howard

     

    How can I do that?  How do others keep track of an actual name associated with a login?

    thanks!

  • check sp_dropuser and sp_adduser commands...

    In 2005 you can do this using ALTER USER command..

    MohammedU
    Microsoft SQL Server MVP

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

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