Drop Table
Support Forum for database administrators and web based access to important newsgroups related to databaseshello, i listen that exists many tools for register all the changes made to the tables, for audit purpouses, can somebody recommend to me what options exists... ? exists free option?
Post Follow-up to this messagebut english broken kiks "hongo32" <hongo32es@yahoo.com> wrote in message news:1133366598.263720.93150@f14g2000cwb.googlegroups.com... > hello, i listen that exists many tools for register all the changes > made to the tables, for audit purpouses, can somebody recommend to me > what options exists... ? exists free option? >
Post Follow-up to this messagesorry, i don't understand.... what i want its a tool that track all the insert, update, delete made in the tables,.... and register them in other database.... this tools exists?
Post Follow-up to this messageSQL Server does have built-in audit modes (C2 auditing), but I've never actually turned it on. You might want to read up on that a bit. I believe Idera's SQL Compliance Manager does this kind of thing, as well. I'm not aware of any free options. -- Adam Machanic Pro SQL Server 2005, available now http://www.apress.com/book/bookDisplay.html?bID=457 -- "hongo32" <hongo32es@yahoo.com> wrote in message news:1133366598.263720.93150@f14g2000cwb.googlegroups.com... > hello, i listen that exists many tools for register all the changes > made to the tables, for audit purpouses, can somebody recommend to me > what options exists... ? exists free option? >
Post Follow-up to this messagethanks, and sorry for my english... i talk spanish... bye
Post Follow-up to this messageDe nada. -- Adam Machanic Pro SQL Server 2005, available now http://www.apress.com/book/bookDisplay.html?bID=457 -- "hongo32" <hongo32es@yahoo.com> wrote in message news:1133368401.530605.263290@g43g2000cwa.googlegroups.com... > thanks, and sorry for my english... i talk spanish... bye >
Post Follow-up to this messageThat's not really the same kind of tool. LogPI, Log Explorer, and Log Rescue can't really report on what happened -- they're used by DBAs after problems occur to try to undo the damage. What do you really need to do with a tool? Report for compliance purposes to management, or fix problems? -- Adam Machanic Pro SQL Server 2005, available now http://www.apress.com/book/bookDisplay.html?bID=457 -- "hongo32" <hongo32es@yahoo.com> wrote in message news:1133369158.956440.322830@g47g2000cwa.googlegroups.com... > its better idera than log pi? (www.logpi.com) >
Post Follow-up to this messagehongo32 wrote: > its better idera than log pi? (www.logpi.com) > If you're only interested in update, delete, and inserts on user tables then use triggers to manage the audit trail. However, if you're interested in schema changes then you cannot create triggers on system tables and will need to find a different solution. However, if you're using SQL Server 2005 you can create database triggers to track these changes for auditing.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread