Re: Audit
From: SriSamp (ssampath_at_sct.co.in)
Date: 03/30/04
- Next message: SriSamp: "Re: How to read/write binary data from/to SQL server?"
- Previous message: Keene: "Re: How to read/write binary data from/to SQL server?"
- In reply to: John Smith: "Audit"
- Next in thread: Vishal Parkar: "Re: Audit"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 30 Mar 2004 08:51:23 +0530
The quickest option is to use Triggers. You can of-course use a third part
product like Lumigent that audits using the transaction log (and not
triggers), but you will need to incur a cost for the tool. You can write a
simple tool to generate triggers on the required tables and then start using
them.
-- HTH, SriSamp Please reply to the whole group only! http://www32.brinkster.com/srisamp "John Smith" <rpm_107@yahoo.com> wrote in message news:e5Zr9TeFEHA.2600@TK2MSFTNGP12.phx.gbl... > Is there a quick method to audit all transactions (edit, update and deletes) > and store the audit trail in a separate table (prod_table, prod_table_audit) > against all tables w/i a database? > > Thanks. > >
- Next message: SriSamp: "Re: How to read/write binary data from/to SQL server?"
- Previous message: Keene: "Re: How to read/write binary data from/to SQL server?"
- In reply to: John Smith: "Audit"
- Next in thread: Vishal Parkar: "Re: Audit"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|