bikerboy718
Programmer
I have a client database that has a rougue user in its sysusers tabe. The use does not exist in the master database or on the server. I have tried the standard methods of removing the user from the database:
sp_dropuser
sp_droplogin
sp_dropalias
But none of them work.
I even created a dummy user and tried to alter the user and map it to the new dummy user and that does not work either.
And you cannot directly delete or update records from these tables.
Any help is greatly appreciated.
With Great Power Comes Great Responsibility!!!
Michael
sp_dropuser
sp_droplogin
sp_dropalias
But none of them work.
I even created a dummy user and tried to alter the user and map it to the new dummy user and that does not work either.
And you cannot directly delete or update records from these tables.
Any help is greatly appreciated.
With Great Power Comes Great Responsibility!!!
Michael