Hi,
I have a user in my SQL server 2005 database sys.sysusers table with following values.
I am unable to delete this user and unable to create a user with this same user name.
Please tell some one what is status=16 and issqluser=0
status 16
ame \CMSXXCMSTESTER< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
roles NULL
altuid 5
hasdbaccess 0
islogin 1
isntname 0
isntgroup 0
isntuser 0
issqluser 0
isaliased 1
issqlrole 0
isapprole 0
When I tried delete the user using sp_dropuser it says the user doesnt exist or u do not have permissions. later is not correct as i have all permissions as I am admin.
And i also tried sp_change_users_login 'report' but I can't see the user in question.
Please tell me what is status=16 and how a record like this present in table which doesnt allow to delete nor allow to create with same name.
I want to drop this user some how..
Thanks

drop user
matteo raumer
Hi
COuld you please post the results of the sp_helpuser command.
regards
Jag
Kumarchill
Ehab H.GEDDAWY
Hello,
It seems that the account is aliased. execute sp_dropalias.
Hope that helps.
Cheers
Rob
SRIKANTHPRAGADA
aserbert