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 |
|
scottpt
Posting Yak Master
186 Posts |
Posted - 2004-10-26 : 15:26:55
|
| I am auditing failed and successful logons. The problem I am having is that it is putting them into the event viewer. I want them just to show up in the sql logs. Does anyone know how to do this? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-10-26 : 15:32:37
|
| You'll need to change the startup options for SQL Server then. Check out the -n switch in the "Using Startup Options" in SQL Server Books Online. Use -n in conjunction with -e. This will be for all messages, BTW and not just the login audits. When I am unable to get to the SQL Server Error Log for whatever reason, I find it very handy to get to the same information in the Application Log of Event Viewer.Tara |
 |
|
|
scottpt
Posting Yak Master
186 Posts |
Posted - 2004-10-26 : 15:50:08
|
| Thanks |
 |
|
|
|
|
|