If you're migrating MSFT SQL Servers that host your ALM DB be sure to execute the queries below:

 

EXEC sp_change_users_login 'Report'
EXEC sp_change_users_login 'Update_One', 'td', 'td'
EXEC sp_changedbowner 'sa'