March 12, 2010 at 1:58 pm
Is it possible to see when my user accounts were last used?
March 12, 2010 at 2:52 pm
How do you have login auditing configured? By default it only catches failed logins.. What traces do you have running?
CEWII
March 12, 2010 at 2:59 pm
LOGINPROPERTY doesn't show that (bol ref http://msdn.microsoft.com/en-us/library/ms345412.aspx)
Off course you can enable login recording to sqlservers errorlog file, but you'll have to process that yourself and off cours, depending on the number of login actions, that may cause this errorlog file go grow ...
However, you could subscribe to sqlserver login events and keep track of it yourself.
cfr http://www.sqlservercentral.com/articles/Administration/64974/
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
March 12, 2010 at 3:33 pm
I don't think there's a way to be sure of the last date, but you can disable logins and then see if someone complains.
March 12, 2010 at 3:38 pm
One option would be to enable a logon trigger and capture the logon information out to a table with a datestamp.
.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 12, 2010 at 6:41 pm
Steve Jones - Editor (3/12/2010)
I don't think there's a way to be sure of the last date, but you can disable logins and then see if someone complains.
And hope it's not your boss, or your boss's boss !
March 12, 2010 at 9:32 pm
Steve Jones - Editor (3/12/2010)
I don't think there's a way to be sure of the last date, but you can disable logins and then see if someone complains.
Heh... disable the logins and let them complain... individual users shouldn't have access to the production system.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2010 at 11:24 am
Jeff Moden (3/12/2010)
Steve Jones - Editor (3/12/2010)
I don't think there's a way to be sure of the last date, but you can disable logins and then see if someone complains.Heh... disable the logins and let them complain... individual users shouldn't have access to the production system.
Besides you have to do something to remind people that you are there keeping their systems running. They tend to forget unless something goes wrong.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 14, 2010 at 11:15 am
Put out a general note, we are auditing access, etc. If your login doesn't work, let us know. It's an easy way to find out who is using systems, and the disable will allow you to retain permissions. It's seconds to reactivate someone's account.
March 14, 2010 at 9:27 pm
Steve Jones - Editor (3/14/2010)
Put out a general note, we are auditing access, etc. If your login doesn't work, let us know. It's an easy way to find out who is using systems, and the disable will allow you to retain permissions. It's seconds to reactivate someone's account.
Heh... I thought that was monthly maintenance... disable all logins... re-enable only if they email you twice in the same day or they call once. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2010 at 2:19 am
That's what's known in the business as a "Scream Test"
March 15, 2010 at 5:41 am
Eoin (3/15/2010)
That's what's known in the business as a "Scream Test"
Heh... I didn't have a name for it but that'll do perfectly. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2010 at 5:43 am
Jeff Moden (3/15/2010)
Eoin (3/15/2010)
That's what's known in the business as a "Scream Test"Heh... I didn't have a name for it but that'll do perfectly. 🙂
Glad to be of assistance:-D
March 16, 2010 at 7:40 am
What logins?
It's my data, mine all mine do you hear! 😀
-------------------------------------------------------------------------
Normal chaos will be resumed as soon as possible. :crazy:
March 17, 2010 at 5:59 am
I read the error log into a temp table and get my information from there.
Viewing 15 posts - 1 through 14 (of 14 total)
You must be logged in to reply to this topic. Login to reply