April 18, 2005 at 2:56 pm
HI. I just noticed some users in sql security that I do not recall adding. Is there a way I can tell who added these logins and when? There is no database checked off with these logins.
Juanita
April 18, 2005 at 3:25 pm
I don't think you could tell who unless you have the tlogs for the dates that the creation happened and you have a tool like logexplorer or entegra
the good news is that you may be able to tell when just run:
select createdate, updatedate from master.dbo.syslogins where loginname like 'suspicioslogin'
* Noel
April 18, 2005 at 3:28 pm
Thank you I will try the select stmt. But I do have logexplorer. I have not used it much but I guess now is a good a time as any.I guess I would look at the MASTER logs?
Juanita
April 18, 2005 at 3:31 pm
Well it was all done in 1 shot it looks like back in February. I don't think logexplorer will help me in this case. But thank you so much for the sql code. If the logins are not associated with a DATABASE, it would seem as though they cannot be being used.
Juanita
April 18, 2005 at 3:45 pm
Yep it is pretty much too late for logexplorer but not too late for entegra which would archive it sepparately
about the
"If the logins are not associated with a DATABASE, it would seem as though they cannot be being used. "
well not now but what if at that time they were associated and then cleared?
* Noel
April 18, 2005 at 3:47 pm
You have a point.. well i'm just going to delete them and I guess if someone needs them they'll HOLLER !!
THANK YOU for all your help !!
Juanita
April 18, 2005 at 3:51 pm
Sure! it is what I would do
* Noel
April 18, 2005 at 3:55 pm
HI. Me again, I did a select * so I could see all fields for that login. there is a field called STATUS. Would you know what that field represents?
Juanita
April 18, 2005 at 4:10 pm
this is supposed to be for internal use but... I can anticipate that x0802 means has haccess x0801 -- Does not
this should not be the way you check that because there are other functions "documented" to get that info
hth
* Noel
April 18, 2005 at 4:12 pm
okay, thanks a bunch !
Juanita
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply