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 |
|
Hippi
Yak Posting Veteran
63 Posts |
Posted - 2004-12-19 : 00:53:29
|
| Hi folks,In SQL sever, we can set the audit_trail level to : None, Success, Failure, all. So where can find the audit_trail information if we set it not to None.In Oracle, it has some views but I don't know about SQL Server.Thanks a bunch & Merry Christmas |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2004-12-19 : 09:27:41
|
| Try the sql server log and nt event log.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
Hippi
Yak Posting Veteran
63 Posts |
Posted - 2004-12-19 : 12:15:23
|
quote: Originally posted by nr Try the sql server log and nt event log.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy.
Thanks so much, i'll try it |
 |
|
|
|
|
|