Re: Transaction Log
From: Andrew J. Kelly (akelly@targitinteractive.com)
Date: 07/25/02
- Next message: Richard Buchsbaum: "Inexplicable security lapse?"
- Previous message: Lucas: "MS02-039 Installation Question"
- In reply to: Steve Thompson: "Re: Transaction Log"
- Next in thread: Erland Sommarskog: "Re: Transaction Log"
- Reply: Erland Sommarskog: "Re: Transaction Log"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Andrew J. Kelly" <akelly@targitinteractive.com> Date: Thu, 25 Jul 2002 13:35:58 -0400
Yes that is correct. The tool from Lumigent is the only one I know of that
uses the log in this fashion. He was looking for some way to track changes.
The logs are usually truncated or not necessarily kept for that long of a
period so if you what a history of who did what and when, triggers is
generally the way to do it.
-- Andrew J. Kelly SQL MVP Targitinteractive, Inc. "Steve Thompson" <stevethompson@nomail.please> wrote in message news:e$oG25$MCHA.2420@tkmsftngp11... > Looks like this one is based on table level triggers and not the transaction > log? > > Steve > "Andrew J. Kelly" <akelly@targitinteractive.com> wrote in message > news:ebFO0C#MCHA.2192@tkmsftngp11... > > While the tool from lumigent is great for finding what happened etc. it > may > > not be a good long term solution to your issue. What your after is really > > an audit trail. There are several 3rd party tools to do this. One that I > > know of is at www.redmatrix.com > > > > > > -- > > Andrew J. Kelly SQL MVP > > Targitinteractive, Inc. > > > > > > > > "Sean" <salford@eca-eaec.com> wrote in message > > news:17cb01c233d8$029a14c0$2ae2c90a@phx.gbl... > > > Problem > > > > > > Our IT director for auditing purposes (Thanks Enron!!!) > > > wants to log user interaction for all database > > > transactions. For example, if an H.R. user updates the > > > salary attribute for an employee in the employee's table > > > we need to be able to determine the following information. > > > > > > Date & Time of transaction > > > User who initiated the transaction > > > Before & After values of the transaction > > > Workstation ID where the transaction was initiated. > > > > > > Questions > > > > > > 1. I understand that SQL Server maintains a transaction > > > log for each database for restoration purposes. Can this > > > transaction log be used to meet our auditing needs? If so > > > how does one view the transaction log? Is the database > > > transaction log locked while the database is online? > > > > > > If the transaction log cannot be used for auditing > > > purposes, what are some best practices to achieve these > > > requirements? > > > > > > Thanks, > > > Sean > > > > > >
- Next message: Richard Buchsbaum: "Inexplicable security lapse?"
- Previous message: Lucas: "MS02-039 Installation Question"
- In reply to: Steve Thompson: "Re: Transaction Log"
- Next in thread: Erland Sommarskog: "Re: Transaction Log"
- Reply: Erland Sommarskog: "Re: Transaction Log"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
Loading