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'
Modified on: Sat, 23 Apr, 2016 at 8:02 PM
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'
Did you find it helpful? Yes No
Send feedback