There are no audit views and there is no advantage reading the audit tables. The audit data is not structured in a way that is designed to be read in a SQL query. The audit feature optimized for very fast write, not for reporting. So you'd need to run the audit data through a stored procedure to normalize it and they still won't give you many of the features that the filtered views give you.
↧