The login already has an account under a different user name.The login already has an

  • Hi All

    While execuitng following stored procedure i am getting error.

    exec sp_changegroup 'awsadm','awsadmin'

    go

    Error in exec: ODBCret=-1

       Msg: [Microsoft][ODBC SQL Server Driver][SQL Server]The login already has an account under a different user name.The login already has an account under a different user name.

    Pls tell me the reason of this error.

    Thanks

    Ravi Shankar

     

  • Use sp_helpgroup to see who are already members of the group...

    use dbname;

    sp_helpgroup (list all groups\roles that are defined in the database)

    sp_helpgroup 'awsadm' (list info about the MEMBERS in the that group)

    Hope this helps...Michelle

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

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