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 |
|
vinoth86
Starting Member
27 Posts |
Posted - 2008-04-21 : 03:05:26
|
| Hi , I wanna setup audit in SQL SERVER 2000,can i know..How to setup audit?How to filter from audit files for particular object?/Thanks, |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-04-21 : 23:30:22
|
| What kind of auditing? |
 |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-04-21 : 23:49:01
|
| What you want to audit? Explain clearly |
 |
|
|
vinoth86
Starting Member
27 Posts |
Posted - 2008-04-22 : 01:03:19
|
| Hi,I wanna setup audit only for one database?If it is possible to setup audit at only for a single object(table)..it will be more comfortable to me?Can anyone assist me?? |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-04-24 : 23:00:58
|
| Put trigger on that table to record every dml. |
 |
|
|
|
|
|