I know this is a common issue, but I still haven't been able to find a suitable solution.
The problem is the above error after a Restore, and my searching on this issue say's it's an 'Orphaned' user. So all the fixes I've seen say to do the below:
This does indeed add that user back to the list of users, but it does not seem to add the permissions the user had.
So now when I try to do certain things logged on as that user, I get the 'permission denied' error.
Have I missed a step on this? Thanks,
--Jim
The problem is the above error after a Restore, and my searching on this issue say's it's an 'Orphaned' user. So all the fixes I've seen say to do the below:
Code:
sp_change_users_login 'update_one', 'blah','blah'
So now when I try to do certain things logged on as that user, I get the 'permission denied' error.
Have I missed a step on this? Thanks,
--Jim