I've restored a production user database to my test server but the login information is out of sync between the restored user database and the master database on my test server. I was told to run sp_change_users_login store procedure in the user database after recreating all the logins manually. I'm getting an ODBC/authorization error when I try to run the store procedure.
Is there a better way to sync the login information and how do I resolve the ODBC/authorization error?
How do I implement single user mode on the master database? Thanks.
Is there a better way to sync the login information and how do I resolve the ODBC/authorization error?
How do I implement single user mode on the master database? Thanks.