Re: automating profiler
From: Jo (Jo_at_discussions.microsoft.com)
Date: 06/17/04
- Next message: Peter Yeoh: "ANN: Query Analyzer Tool v1.5 released (freeware)"
- Previous message: John Bell: "Re: oSQL - How do I run all .SQL files in a folder by running one batch"
- In reply to: Andrew J. Kelly: "Re: automating profiler"
- Next in thread: Andrew J. Kelly: "Re: automating profiler"
- Reply: Andrew J. Kelly: "Re: automating profiler"
- Reply: Brian Moran: "Re: automating profiler"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Jun 2004 08:32:01 -0700
Is there a SQL 7.0 soluthion?
"Andrew J. Kelly" wrote:
> Sure, take a look at fn_trace_gettable in BOL. By the way you almost never
> want to trace directly to a table if you care about performance.
>
> --
> Andrew J. Kelly SQL MVP
>
>
> "Jo" <Jo@discussions.microsoft.com> wrote in message
> news:75FFDF10-B0AA-4AD4-8573-0A241F630717@microsoft.com...
> > I have created a stored proc that will automate the capture of traces. The
> trace is captured to a file instead of a table because tracing to a table on
> the same server has caused performance issues.
> >
> > The problem is that I really want the trace in a table so that we can
> produce reports with Reporting Services. I know that I can manually save the
> trace to a trace table. But is there a way to automate this process? I can't
> find any command line parameters for Profiler.
> >
> >
> >
>
>
>
- Next message: Peter Yeoh: "ANN: Query Analyzer Tool v1.5 released (freeware)"
- Previous message: John Bell: "Re: oSQL - How do I run all .SQL files in a folder by running one batch"
- In reply to: Andrew J. Kelly: "Re: automating profiler"
- Next in thread: Andrew J. Kelly: "Re: automating profiler"
- Reply: Andrew J. Kelly: "Re: automating profiler"
- Reply: Brian Moran: "Re: automating profiler"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|