/***************************************************************************/
/* Use the following Stored Procedure call to re-sync or resolve a user */
/* from an imported database to an existing SQL Server User Login Account. */
/***************************************************************************/
EXEC sp_change_users_login 'Auto_Fix', 'UserName'