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 |
|
rohans
Posting Yak Master
194 Posts |
Posted - 2004-10-19 : 18:47:40
|
| if I have an application work with many tables, what is the best method to implement an audit trail so I may see all changes made, when they were made and the user that made the changes.All help appreciated. |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2004-10-19 : 18:59:33
|
| seewww.nigelrivett.comtriggers==========================================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. |
 |
|
|
|
|
|