Hi all,
I'm unable to drop a user. I used
exec sp_dropuser 'user1'
It says that the user doesnt exist in the database.
In the EM, i checked for the user in the Security - Logins. His name is there, but he hasnt been assigned any database. But, his default database is master.
So, i checked in the sysusers of the master, but, his username is not there.
How to knock off this guy?
Thanx
Parasuraman Parasuraman
I'm unable to drop a user. I used
exec sp_dropuser 'user1'
It says that the user doesnt exist in the database.
In the EM, i checked for the user in the Security - Logins. His name is there, but he hasnt been assigned any database. But, his default database is master.
So, i checked in the sysusers of the master, but, his username is not there.
How to knock off this guy?
Thanx
Parasuraman Parasuraman