Hi,
I'm having a problem with a user account on SQL Server 7 that i am trying to recreate.
Basically, I have deleted a user (sp_dropuser) which seems to have worked ok. But now, when I try to add the user again (based on a new NT account) it complains that the user already exists.
It no longer appears when I try sp_helpusers, and doesn't exist in the sysusers table - so where is it?
Thanks in advance
Stephen
I'm having a problem with a user account on SQL Server 7 that i am trying to recreate.
Basically, I have deleted a user (sp_dropuser) which seems to have worked ok. But now, when I try to add the user again (based on a new NT account) it complains that the user already exists.
It no longer appears when I try sp_helpusers, and doesn't exist in the sysusers table - so where is it?
Thanks in advance
Stephen