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 the following command in the database with the login problem, this commands re-map the user's security identifier to match the sql server login's security identifier

    ALTER USER user WITH LOGIN = serverlogin