tracking who does inserts, deletes etc

  • is there anything you can enable on sql server to see which users have inserted and deleted into a database or do you need to do that kind of logging manually?

  • Some options:

    > SQL Trace can provide those details on a macro level.

    > Use SQL Audit to capture "Database-Level Audit Actions" (Enterprise Edition only)

    > manually capture DDL events in a logging table using triggers and built-in functions

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

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

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