Using sp_change_users_login to fix SQL Server orphaned users

In this post, I’m going to be looking at sp_change_users_login in order to fix SQL Server orphaned users as a continuation to a previous article. There I looked at a couple of ways to transfer logins from one SQL Server to another and touched upon the issue of the orphaned “security identifier” (SID). A typical scenario that arises is … Continue reading Using sp_change_users_login to fix SQL Server orphaned users