I restored a SQL db to another server (not the same server where backup was performed).
I noticed that the users and roles asssiged to db on the source server are missing after db restore on target server. The way I found is the application failed to connect to target server since 2 SQL accounts that application looks for have inappropriate permissions after the restore.
How can I reinstate SQL users and roles to the restored db on the target server. I am only using SQL accounts.
I noticed that the users and roles asssiged to db on the source server are missing after db restore on target server. The way I found is the application failed to connect to target server since 2 SQL accounts that application looks for have inappropriate permissions after the restore.
How can I reinstate SQL users and roles to the restored db on the target server. I am only using SQL accounts.