Thanks for the input.
I have the following
declare @rc int
EXEC @rc = prSQLSecurityAudit 'C:\Trace\LOG'
SELECT * FROM :: fn_trace_getinfo(default)
select * into Trace_Table from :: fn_trace_gettable('C:\Trace\LOG',default )
However when I run this again...