T-SQL: Remap SQL users

T-SQL-Commands

If you copy (backup/restore) a database from system A to system B, it is possible that the SQL users won’t be able login and this because the GUID/SID of the users on system A doesn’t match the GUID/SID of system B. It is using the EXEC sp_change_users_login ‘Auto_Fix’, which inks…

Read MoreT-SQL: Remap SQL users