Hi,
Sorry I am new to SQL server and auditing. I have been asked to create an audit table which captures any Reads against an incident table by all users.
I was wondering if anyone knows a way to capture the rows read and the username (e.g. domain\username, etc.) into a table.
I may be asked later to capture reads & updates in the future but right now that is not a requirement.
btw, I tried to use the audit feature but unfortunately I don't have the enterprise edition in SQL 2008 R2, therefore the audit doesn't save.
Thanks