I've run a SQL Trace using the TSQL_SPs template, grouped by Object Name
So I get a nice list of the Stored Procedures run in a time period (that I set)
Is there a way of extracting this list, or the individual entries of the Object Names (i.e. Stored Procedures) so I can end up with a list of the Stored Procedures run in the set time period ??
When I try File -> Save As all the options are greyed out.
Thanks in advance
Pete