Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
bobj
Starting Member
1 Post |
Posted - 2006-03-15 : 08:10:59
|
Hi,I need to audit login failure, specifically, date and time plus user or application name. Anyone any ideas on the best way to do this.ThanksBobj |
|
Kristen
Test
22859 Posts |
Posted - 2006-03-15 : 08:12:16
|
You can have SQL Server log them (in the event log). Its a tick box on the Properties for the Server in Enterprise Manager - as is auditing of Successful logins!That isn't the easiest place to report on them from though ...Kristen |
 |
|
|
|
|