RE: What is the Profiler saying?

From: Pankaj Agarwal [MSFT] (pankaja_at_online.microsoft.com)
Date: 09/02/04


Date: Thu, 02 Sep 2004 20:07:25 GMT

Hello Willanto

If I understand your question - you would like to know what information is
being captured in Profiler.

If this is indeed your question, then let's start with the basics -

1. Bascially to cut the long story short, SQL Server has several code hooks
that trigger a Profiler capture if the event is being profiled.
2. To see what events you are actually capturing, you need to look at the
trace properties under the Events tab.
3. Each event has several associated properties. These properties are shown
in Data Columns tab.
4. You can also filter the trace based on several criteria. You can
configure this from the Filters tab.

For more information on what each Event Category means, refer to the
following Books Online topic :

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad
_mon_perf_6koi.asp

I would suggest you to play with it a little bit to really understand its
potential.

Thank you for using Microsoft newsgroups.

Sincerely

Pankaj Agarwal
Microsoft Corporation

This posting is provided AS IS with no warranties, and confers no rights.



Relevant Pages

  • Re: Application Trace Profiler
    ... intercept the Trace statements of another running .NET application. ... OutputDebugString API. ... Take SQL Server Profiler as an example. ... process and capture Trace.WriteLine calls like in SQL Server ...
    (microsoft.public.dotnet.general)
  • Re: Application Trace Profiler
    ... Take SQL Server Profiler as an example. ... you wanting to just attach to it and find out what's going on with it? ... process and capture Trace.WriteLine calls like in SQL Server Profiler? ...
    (microsoft.public.dotnet.general)
  • Re: Identifying what Apps are using a database
    ... >> capture and activity from Access if they didn't happen ... >> run any Access updates during that time. ... >I would still go with Profiler. ... Then your trace file will not be enormous. ...
    (microsoft.public.sqlserver.server)
  • Re: Application Trace Profiler
    ... I'm thinking of a very simple profiler application that will ... intercept the Trace statements of another running .NET application. ... to a running process the Trace messages are outputted using the ... process and capture Trace.WriteLine calls like in SQL Server Profiler? ...
    (microsoft.public.dotnet.general)
  • Re: microphone not recording
    ... you don't know if the there is a pulseaudio sound server, nor, if there were, how it can be started. ... playback, capture, and all. ... on the playback tab, master, PCM, and microphone must have an approp pile and must not be muted. ...
    (Fedora)

Loading