I have created database with user (sql server authentication). now when i shifted the database to other computer and trying to create the login for the user. it show error "User already exist in databse". how i can create login for user in database without deleting the existing user. Plz help
Create the login without adding any database access, then run sp_change_users_login with the Update_One option to link the existing database user to the new login.