Does an out-of-the-box newly created database (in SQL Server 2008) keep any DML audit records, such as:
- User 'George' did an insert on table 'Alpha' on 6/20/2011
- User 'Fred' did a delete on table 'Beta' on 6/21/2011
If yes, how do I access that information? If not, what is the easiest way to turn it on (I presume these are the audit options).
sato do all the work like 99.999% of all SQL Server apps out there? runs – Ignacio Vazquez-Abrams Jun 21 '11 at 23:34sato trusted connections. It's a friggin mission. So... many... permissions... and... groups... – Mark Henderson♦ Jun 22 '11 at 1:27