Hello experts,
I am refreshing a database, so I need to take a current full back up of ‘mydb’ database (which is production database) from server A and restore ‘TMydb’ database with replace on server B (which is staging database).
Since ‘Mydb’ database on server B had so many users and logins, will be replaced by ‘TMydb’ database of server A restore, how can I have exactly same logins and user names on ‘TMydb’ database on server B as it had before refresh (before latest backup restored)
Note: both different servers are on window 2008r2.