Tag

#Orphaned User

How to fix orphaned SQL Server users

2014-10-10

Make sure to run all listed commands from the database you are fixing, not from Master. List the orphaned users in the database EXEC sp_change_users_login 'Report' To assign/repair…