MySQL Forums
Forum List  »  General

How do I identify orphan users in the database?
Posted by: Ye Kei Alvin Oo
Date: September 09, 2015 03:33AM

Run the following T-SQL query to identify orphan users:
EXEC sp_change_users_login @Action='Report';

Options: ReplyQuote


Subject
Written By
Posted
How do I identify orphan users in the database?
September 09, 2015 03:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.