Home Forums SQL Server 2008 T-SQL (SS2K8) How to find out who updated/Deleted on SQL Server RE: How to find out who updated/Deleted on SQL Server

  • anthony.green (12/10/2012)


    As you dont have custom auditing in place, finding historic updates/deletes will not be possible.

    Look at building custom auditing procedures on the tables you require to know who updated / delete the row, but this will only log future requests, not historic requests.

    Is it possible to find out whether who run alter statement , if auditing process is not there