Hello all. I am trying to completely remove someone from sql server, then add him back through EM. I can remove both the logon and user from EM, but when I try to add him back it says the "User or Role already exists in the current database". So, I then ran
exec sp_droprolemember 'rol_name', 'user_id'
This works for everything except the "public" role. How can I remove this person from the database so I can add him back?
Thanks for your help in advance.
Steve S
sms@hmbnet.com
exec sp_droprolemember 'rol_name', 'user_id'
This works for everything except the "public" role. How can I remove this person from the database so I can add him back?
Thanks for your help in advance.
Steve S
sms@hmbnet.com