Reading audit information

To read information from the audit database, use a SQL statement to retrieve the data. For example, to retrieve the information in the auditData field for all events that occurred after 1 September 2003, use this statement:

select auditData from Audit where timeStamp > (select convert(datetime, "9/1/2003"))