Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Understanding the trace file format

Author  Topic 

pushkartiwari
Starting Member

4 Posts

Posted - 2005-06-27 : 09:58:23
Hi,

I am trying to write my own utility which can read the trace file generated
by SQL Server.
I am able to interpret most of the binary data in the trace file.

But still I am having some problems in interpreting some binary values which
are there at the beginning of every trace file. These values are
FFF4,FFFD,FFFA,FFFB,FFFC.


I am able to interpret FFF6 which is used specify the beginning of a event.

If some one have any knowledge about these values then please help me out.

Thanks in advance.

Pushkar

Thrasymachus
Constraint Violating Yak Guru

483 Posts

Posted - 2005-06-27 : 10:01:37
Why not just write your results to a sql table?

Sean Roussy

Please backup all of your databases including master, msdb and model on a regular basis. I am tired of telling people they are screwed. The job you save may be your own.

I am available for consulting work. Just email me though the forum.
Go to Top of Page
   

- Advertisement -