Home Forums SQL Server 7,2000 Administration Error 15023: “User already exists in current database” RE: Error 15023: “User already exists in current database”

  • run this command

    sp_change_users_login 'report'

    if the user lists in the output then run the following given below

    sp_change_users_login 'update_one','username','username'

    this should ix your problem.

    Cheers,
    Sugeshkumar Rajendran
    SQL Server MVP
    http://sugeshkr.blogspot.com