
Re: Store Procedure - Profile
There is a documented function in SQL Server 2000 that does
this. Check fn_trace_gettable in books online. You can find
an example of loading the trace file into a table in the
following article:
HOW TO: Programmatically Load Trace Files into Tables
http://support.microsoft.com/?id=270599
-Sue
On Thu, 25 Mar 2004 06:09:21 -0800, "Peter"
<anonymous@discussions.microsoft.com> wrote:
>Hello,
>
>As I understand it there is an undocument store procedure
>that moves a profile trace file on the hard disk to a
>database table.
>
>Can anyone shed any light where it is ?
>
>Thanks
>Peter