I have restored one of our databases from one server to another and even though the user does not show in EM when I run a sp_helpuser or select * from sysusers the user appears.
I have tried to run sp_dropuser 'username' but it says User 'username' does not exist in the current database.
The user is orphaned as their is no associated login on the new server.