Auditing inserts updates etc

  • Hello

    We are hoping to convert a package that runs on ingres to sql server.

    We have a requirement to report modifications (Insert, Update, Delete) to tables into our database.

    Under SqlServer, we were thinking of using triggers, however, the package is written to be "independent of the database", and therefore triggers will not work (in fact when triggers are added the package fatally crashes!).  This was probably why they didn't use the Ingres equivalent of triggers either.

    Under Ingres, we used an Ingres utility that interogated the Ingres journal file, and based on this, we could report modifications to the relevant tables.

    What we are looking for is a solution that will allow us to identify modifications to particular tables under SqlServer.

    Any ideas

    thanks

    Jeremy

  • Never used this but you could give it a try

    http://www.logpi.com/

    Dave

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply