Blog Post

How to fix Orphaned Users

,

 To view if there are any orphaned users, run this query against the DB;

 sp_change_users_login ‘report’

To fix;

 sp_change_users_login ‘update_one’, ‘dbUser’, ‘sqlLogin’

Rate

You rated this post out of 5. Change rating

Share

Share

Rate

You rated this post out of 5. Change rating