auditting select statements

  • We are currently auditting insert/update/delete statements using triggers, and now have a requirement to audit any time data is returned via a select statement.

    Any suggestions on how to do this?

  • Use stored Procs to select data and have those procs write to an Audit table\log

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

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