dbTalk Databases Forums  

sql profiler trace file

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss sql profiler trace file in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ofirmgr@gmail.com
 
Posts: n/a

Default sql profiler trace file - 06-26-2007 , 05:20 AM






im trying to understand how the profiler works. so i started 2
profilers,one listen to another and I saw the profiler is running:
exec sp_trace_create @P1 output, 1, NULL, NULL, NULL
which means @tracefile = NULL
so where from the profiler read the results?!


Reply With Quote
  #2  
Old   
Dan Guzman
 
Posts: n/a

Default Re: sql profiler trace file - 06-26-2007 , 06:55 AM






Profiler essentially creates a SQL Trace and streams the trace data back to
the Profiler client GUI. It is recommended that you use SQL Trace scripts
instead of Profiler on an active system due to the overhead. You can use
Profiler to generate SQL Trace scripts.

--
Hope this helps.

Dan Guzman
SQL Server MVP

<ofirmgr (AT) gmail (DOT) com> wrote

Quote:
im trying to understand how the profiler works. so i started 2
profilers,one listen to another and I saw the profiler is running:
exec sp_trace_create @P1 output, 1, NULL, NULL, NULL
which means @tracefile = NULL
so where from the profiler read the results?!



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.