Someone locked out the SA user on our SQL Server 2008 instance. Is there anyway to find out who did it?

Thank you,

link|improve this question

75% accept rate
feedback

2 Answers

up vote 1 down vote accepted

The SQL Server logs should show you the logon attempt failures and what machine they came from. From there, you just need to figure out who was on that particular machine.

To see the logs, just fire up management studio (or whatever it is called in 2008 these days) and look under the Management section.

[edit]

You can also see the failed logon attempts in the Application Event logs using Event Viewer

link|improve this answer
feedback

Anybody deleted databases lately? If the SA user had their default database set to db that has been deleted that'll lock 'em out.

link|improve this answer
No, I'm pretty sure that someone tried a bad password too many times, but I'd like to confirm that it was just this person and not something more sinister. – TestPlanManagement.com Feb 11 '10 at 19:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.